#0F7806

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

Shades of Green #0F7806

Tints of Green #0F7806

Color information

#0F7806 (or 0x0F7806) is unknown color: approx Green. HEX triplet: 0F, 78 and 06. RGB value is (15,120,6). Sum of RGB (Red+Green+Blue) = 15+120+6=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 120 (47.27% from 255 or 85.11% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7806 is #F087F9. Grayscale: #4B4B4B. Windows color (decimal): -15763450 or 423951. OLE color: 423951.

HSL color Cylindrical-coordinate representation of color #0F7806: hue angle of 115.26º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F7806 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB151206-
CMYK0.8700.950.53
HSL115.26º90.48%24.71%-
HSV(B)115.26º95%47.06%-
XYZ6.9513.552.42-
YUV75.6188.7184.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.64%
GREEN value IS 120 (47.27% from 255) = 85.11%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=10.64%
G=85.11%
B=4.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1512060.8700.950.53115.2690.4824.71
HexF7865705F35735a19
Octal17170612701376516313231
Binary111111110001101010111010111111101011110011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,6); }

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

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

 a { background-color: rgb(15,120,6); }

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

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

 span { border-color: rgb(15,120,6); }

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