#0D6B17

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

Shades of Green #0D6B17

Tints of Green #0D6B17

Color information

#0D6B17 (or 0x0D6B17) is unknown color: approx Green. HEX triplet: 0D, 6B and 17. RGB value is (13,107,23). Sum of RGB (Red+Green+Blue) = 13+107+23=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6B17 is #F294E8. Grayscale: #454545. Windows color (decimal): -15897833 or 1534733. OLE color: 1534733.

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

Color convert

RGB1310723-
CMYK0.8800.790.58
HSL126.38º78.33%23.53%-
HSV(B)126.38º87.85%41.96%-
XYZ5.5810.662.57-
YUV69.32101.8687.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 107 (42.19% from 255) = 74.83%
BLUE value IS 23 (9.38% from 255) = 16.08%
R=9.09%
G=74.83%
B=16.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13107230.8800.790.58126.3878.3323.53
HexD6B175804F3A7e4e18
Octal151532713001177217611630
Binary11011101011101111011000010011111110101111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,107,23); }

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

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

 a { background-color: rgb(13,107,23); }

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

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

 span { border-color: rgb(13,107,23); }

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