#0F6F19

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

Shades of Green #0F6F19

Tints of Green #0F6F19

Color information

#0F6F19 (or 0x0F6F19) is unknown color: approx Green. HEX triplet: 0F, 6F and 19. RGB value is (15,111,25). Sum of RGB (Red+Green+Blue) = 15+111+25=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 111 (43.75% from 255 or 73.51% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6F19 is #F090E6. Grayscale: #484848. Windows color (decimal): -15765735 or 1666831. OLE color: 1666831.

HSL color Cylindrical-coordinate representation of color #0F6F19: hue angle of 126.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F19 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1511125-
CMYK0.8600.770.56
HSL126.25º76.19%24.71%-
HSV(B)126.25º86.49%43.53%-
XYZ6.0611.542.83-
YUV72.49101.286.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 111 (43.75% from 255) = 73.51%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=9.93%
G=73.51%
B=16.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15111250.8600.770.56126.2576.1924.71
HexF6F195604D387e4c19
Octal171573112601157017611431
Binary11111101111110011010110010011011110001111110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,111,25); }

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

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

 a { background-color: rgb(15,111,25); }

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

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

 span { border-color: rgb(15,111,25); }

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