#0D694B

Color #0D694B Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0D694B

Tints of Jewel #0D694B

Color information

#0D694B (or 0x0D694B) is unknown color: approx Jewel. HEX triplet: 0D, 69 and 4B. RGB value is (13,105,75). Sum of RGB (Red+Green+Blue) = 13+105+75=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #0D694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D694B is #F296B4. Grayscale: #4A4A4A. Windows color (decimal): -15898293 or 4942093. OLE color: 4942093.

HSL color Cylindrical-coordinate representation of color #0D694B: hue angle of 160.43º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D694B is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1310575-
CMYK0.8800.290.59
HSL160.43º77.97%23.14%-
HSV(B)160.43º87.62%41.18%-
XYZ6.4910.78.38-
YUV74.07128.5284.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=6.74%
G=54.40%
B=38.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal13105750.8800.290.59160.4377.9723.14
HexD694B5801D3Ba04e17
Octal151511131300357324011627
Binary110111010011001011101100001110111101110100000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D694B; }

 p { color: rgb(13,105,75); }

 H1.HeaderClassName
 {
   color: #0D694B;
 }
 .AnyTagClassName
 {
   color: #0D694B;
 }
</style>
background-color css

<style>
 a { background-color: #0D694B; }

 a { background-color: rgb(13,105,75); }

 div.DivClassName
 {
   background-color: #0D694B;
 }
 .BgClassName
 {
   background-color: #0D694B;
 }
</style>
border-color css

<style>
 span { border-color: #0D694B; }

 span { border-color: rgb(13,105,75); }

 td.TdClassName
 {
   border-color: #0D694B;
 }
 .TagClassName
 {
   border-color: #0D694B;
 }
</style>