#0F7612

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

Shades of Green #0F7612

Tints of Green #0F7612

Color information

#0F7612 (or 0x0F7612) is unknown color: approx Green. HEX triplet: 0F, 76 and 12. RGB value is (15,118,18). Sum of RGB (Red+Green+Blue) = 15+118+18=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7612 is #F089ED. Grayscale: #4C4C4C. Windows color (decimal): -15763950 or 1209871. OLE color: 1209871.

HSL color Cylindrical-coordinate representation of color #0F7612: hue angle of 121.75º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7612 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1511818-
CMYK0.8700.850.54
HSL121.75º77.44%26.08%-
HSV(B)121.75º87.29%46.27%-
XYZ6.7813.12.74-
YUV75.895.3884.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 118 (46.48% from 255) = 78.15%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=9.93%
G=78.15%
B=11.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15118180.8700.850.54121.7577.4426.08
HexF761257055367a4d1a
Octal171662212701256617211532
Binary11111110110100101010111010101011101101111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,118,18); }

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

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

 a { background-color: rgb(15,118,18); }

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

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

 span { border-color: rgb(15,118,18); }

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