#0F780B

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

Shades of Green #0F780B

Tints of Green #0F780B

Color information

#0F780B (or 0x0F780B) is unknown color: approx Green. HEX triplet: 0F, 78 and 0B. RGB value is (15,120,11). Sum of RGB (Red+Green+Blue) = 15+120+11=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 120 (47.27% from 255 or 82.19% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 120 - color contains mainly: green. Hex color #0F780B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F780B is #F087F4. Grayscale: #4C4C4C. Windows color (decimal): -15763445 or 751631. OLE color: 751631.

HSL color Cylindrical-coordinate representation of color #0F780B: hue angle of 117.8º 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 #0F780B is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1512011-
CMYK0.8700.910.53
HSL117.8º83.21%25.69%-
HSV(B)117.8º90.83%47.06%-
XYZ6.9713.562.57-
YUV76.1891.2184.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 120 (47.27% from 255) = 82.19%
BLUE value IS 11 (4.69% from 255) = 7.53%
R=10.27%
G=82.19%
B=7.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15120110.8700.910.53117.883.2125.69
HexF78B5705B3576531a
Octal171701312701336516612332
Binary1111111100010111010111010110111101011110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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