#0F7F17

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

Shades of Forest Green #0F7F17

Tints of Forest Green #0F7F17

Color information

#0F7F17 (or 0x0F7F17) is unknown color: approx Forest Green. HEX triplet: 0F, 7F and 17. RGB value is (15,127,23). Sum of RGB (Red+Green+Blue) = 15+127+23=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 127 (50% from 255 or 76.97% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7F17 is #F080E8. Grayscale: #515151. Windows color (decimal): -15761641 or 1539855. OLE color: 1539855.

HSL color Cylindrical-coordinate representation of color #0F7F17: hue angle of 124.29º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7F17 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB1512723-
CMYK0.8800.820.50
HSL124.29º78.87%27.84%-
HSV(B)124.29º88.19%49.8%-
XYZ7.9415.343.35-
YUV81.6694.8980.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 127 (50% from 255) = 76.97%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=9.09%
G=76.97%
B=13.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15127230.8800.820.50124.2978.8727.84
HexF7F1758052327c4f1c
Octal171772713001226217411734
Binary11111111111101111011000010100101100101111100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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