#0D6F45

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

Shades of Jewel #0D6F45

Tints of Jewel #0D6F45

Color information

#0D6F45 (or 0x0D6F45) is unknown color: approx Jewel. HEX triplet: 0D, 6F and 45. RGB value is (13,111,69). Sum of RGB (Red+Green+Blue) = 13+111+69=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6F45 is #F290BA. Grayscale: #4C4C4C. Windows color (decimal): -15896763 or 4550413. OLE color: 4550413.

HSL color Cylindrical-coordinate representation of color #0D6F45: hue angle of 154.29º 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 #0D6F45 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1311169-
CMYK0.8800.380.56
HSL154.29º79.03%24.31%-
HSV(B)154.29º88.29%43.53%-
XYZ6.9211.887.56-
YUV76.91123.5382.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=6.74%
G=57.51%
B=35.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13111690.8800.380.56154.2979.0324.31
HexD6F4558026389a4f18
Octal151571051300467023211730
Binary1101110111110001011011000010011011100010011010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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