#0F8507

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

Shades of Green #0F8507

Tints of Green #0F8507

Color information

#0F8507 (or 0x0F8507) is unknown color: approx Green. HEX triplet: 0F, 85 and 07. RGB value is (15,133,7). Sum of RGB (Red+Green+Blue) = 15+133+7=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 133 (52.34% from 255 or 85.81% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8507 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8507 is #F07AF8. Grayscale: #535353. Windows color (decimal): -15760121 or 492815. OLE color: 492815.

HSL color Cylindrical-coordinate representation of color #0F8507: hue angle of 116.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F8507 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB151337-
CMYK0.8900.950.48
HSL116.19º90%27.45%-
HSV(B)116.19º94.74%52.16%-
XYZ8.6216.893.01-
YUV83.3584.9179.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 133 (52.34% from 255) = 85.81%
BLUE value IS 7 (3.12% from 255) = 4.52%
R=9.68%
G=85.81%
B=4.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1513370.8900.950.48116.199027.45
HexF8575905F30745a1b
Octal17205713101376016413233
Binary1111100001011111011001010111111100001110100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,133,7); }

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

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

 a { background-color: rgb(15,133,7); }

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

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

 span { border-color: rgb(15,133,7); }

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