#0D6F42

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

Shades of Jewel #0D6F42

Tints of Jewel #0D6F42

Color information

#0D6F42 (or 0x0D6F42) is unknown color: approx Jewel. HEX triplet: 0D, 6F and 42. RGB value is (13,111,66). Sum of RGB (Red+Green+Blue) = 13+111+66=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6F42 is #F290BD. Grayscale: #4C4C4C. Windows color (decimal): -15896766 or 4353805. OLE color: 4353805.

HSL color Cylindrical-coordinate representation of color #0D6F42: hue angle of 152.45º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F42 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1311166-
CMYK0.8800.410.56
HSL152.45º79.03%24.31%-
HSV(B)152.45º88.29%43.53%-
XYZ6.8311.857.08-
YUV76.57122.0382.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 111 (43.75% from 255) = 58.42%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=6.84%
G=58.42%
B=34.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13111660.8800.410.56152.4579.0324.31
HexD6F425802938984f18
Octal151571021300517023011730
Binary1101110111110000101011000010100111100010011000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,111,66); }

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

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

 a { background-color: rgb(13,111,66); }

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

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

 span { border-color: rgb(13,111,66); }

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