#0F780F

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

Shades of Green #0F780F

Tints of Green #0F780F

Color information

#0F780F (or 0x0F780F) is unknown color: approx Green. HEX triplet: 0F, 78 and 0F. RGB value is (15,120,15). Sum of RGB (Red+Green+Blue) = 15+120+15=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 120 (47.27% from 255 or 80% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 120 - color contains mainly: green. Hex color #0F780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F780F is #F087F0. Grayscale: #4C4C4C. Windows color (decimal): -15763441 or 1013775. OLE color: 1013775.

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

Color convert

RGB1512015-
CMYK0.8700.870.53
HSL120º77.78%26.47%-
HSV(B)120º87.5%47.06%-
XYZ713.572.7-
YUV76.6393.2184.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10%
GREEN value IS 120 (47.27% from 255) = 80%
BLUE value IS 15 (6.25% from 255) = 10%
R=10%
G=80%
B=10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15120150.8700.870.5312077.7826.47
HexF78F5705735784e1a
Octal171701712701276517011632
Binary1111111100011111010111010101111101011111000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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