#0F6B16

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

Shades of Green #0F6B16

Tints of Green #0F6B16

Color information

#0F6B16 (or 0x0F6B16) is unknown color: approx Green. HEX triplet: 0F, 6B and 16. RGB value is (15,107,22). Sum of RGB (Red+Green+Blue) = 15+107+22=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 107 (42.19% from 255 or 74.31% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6B16 is #F094E9. Grayscale: #464646. Windows color (decimal): -15766762 or 1469199. OLE color: 1469199.

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

Color convert

RGB1510722-
CMYK0.8600.790.58
HSL124.57º75.41%23.92%-
HSV(B)124.57º85.98%41.96%-
XYZ5.610.672.52-
YUV69.8101.0288.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 107 (42.19% from 255) = 74.31%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=10.42%
G=74.31%
B=15.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15107220.8600.790.58124.5775.4123.92
HexF6B165604F3A7d4b18
Octal171532612601177217511330
Binary11111101011101101010110010011111110101111101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,107,22); }

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

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

 a { background-color: rgb(15,107,22); }

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

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

 span { border-color: rgb(15,107,22); }

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