#0F8716

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

Shades of Forest Green #0F8716

Tints of Forest Green #0F8716

Color information

#0F8716 (or 0x0F8716) is unknown color: approx Forest Green. HEX triplet: 0F, 87 and 16. RGB value is (15,135,22). Sum of RGB (Red+Green+Blue) = 15+135+22=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 135 (53.12% from 255 or 78.49% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8716 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8716 is #F078E9. Grayscale: #565656. Windows color (decimal): -15759594 or 1476367. OLE color: 1476367.

HSL color Cylindrical-coordinate representation of color #0F8716: hue angle of 123.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8716 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1513522-
CMYK0.8900.840.47
HSL123.5º80%29.41%-
HSV(B)123.5º88.89%52.94%-
XYZ9.0117.493.66-
YUV86.2491.7477.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 135 (53.12% from 255) = 78.49%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=8.72%
G=78.49%
B=12.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15135220.8900.840.47123.58029.41
HexF8716590542F7c501d
Octal172072613101245717412035
Binary111110000111101101011001010101001011111111100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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