#0F790B

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

Shades of Green #0F790B

Tints of Green #0F790B

Color information

#0F790B (or 0x0F790B) is unknown color: approx Green. HEX triplet: 0F, 79 and 0B. RGB value is (15,121,11). Sum of RGB (Red+Green+Blue) = 15+121+11=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 121 (47.66% from 255 or 82.31% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 121 - color contains mainly: green. Hex color #0F790B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F790B is #F086F4. Grayscale: #4D4D4D. Windows color (decimal): -15763189 or 751887. OLE color: 751887.

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

Color convert

RGB1512111-
CMYK0.8800.910.53
HSL117.82º83.33%25.88%-
HSV(B)117.82º90.91%47.45%-
XYZ7.0913.82.61-
YUV76.7790.8883.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 121 (47.66% from 255) = 82.31%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=10.20%
G=82.31%
B=7.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15121110.8800.910.53117.8283.3325.88
HexF79B5805B3576531a
Octal171711313001336516612332
Binary1111111100110111011000010110111101011110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F790B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,121,11); }

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

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

 a { background-color: rgb(15,121,11); }

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

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

 span { border-color: rgb(15,121,11); }

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