#0F6F17

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

Shades of Green #0F6F17

Tints of Green #0F6F17

Color information

#0F6F17 (or 0x0F6F17) is unknown color: approx Green. HEX triplet: 0F, 6F and 17. RGB value is (15,111,23). Sum of RGB (Red+Green+Blue) = 15+111+23=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 111 (43.75% from 255 or 74.50% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6F17 is #F090E8. Grayscale: #484848. Windows color (decimal): -15765737 or 1535759. OLE color: 1535759.

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

Color convert

RGB1511123-
CMYK0.8600.790.56
HSL125º76.19%24.71%-
HSV(B)125º86.49%43.53%-
XYZ6.0411.532.72-
YUV72.26100.287.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.07%
GREEN value IS 111 (43.75% from 255) = 74.50%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=10.07%
G=74.50%
B=15.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15111230.8600.790.5612576.1924.71
HexF6F175604F387d4c19
Octal171572712601177017511431
Binary11111101111101111010110010011111110001111101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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