#0F7712

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

Shades of Green #0F7712

Tints of Green #0F7712

Color information

#0F7712 (or 0x0F7712) is unknown color: approx Green. HEX triplet: 0F, 77 and 12. RGB value is (15,119,18). Sum of RGB (Red+Green+Blue) = 15+119+18=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 119 (46.88% from 255 or 78.29% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7712 is #F088ED. Grayscale: #4C4C4C. Windows color (decimal): -15763694 or 1210127. OLE color: 1210127.

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

Color convert

RGB1511918-
CMYK0.8700.850.53
HSL121.73º77.61%26.27%-
HSV(B)121.73º87.39%46.67%-
XYZ6.913.342.78-
YUV76.3995.0484.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 119 (46.88% from 255) = 78.29%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=9.87%
G=78.29%
B=11.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15119180.8700.850.53121.7377.6126.27
HexF771257055357a4e1a
Octal171672212701256517211632
Binary11111110111100101010111010101011101011111010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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