#0F770F

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

Shades of Green #0F770F

Tints of Green #0F770F

Color information

#0F770F (or 0x0F770F) is unknown color: approx Green. HEX triplet: 0F, 77 and 0F. RGB value is (15,119,15). Sum of RGB (Red+Green+Blue) = 15+119+15=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 119 (46.88% from 255 or 79.87% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 119 - color contains mainly: green. Hex color #0F770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F770F is #F088F0. Grayscale: #4C4C4C. Windows color (decimal): -15763697 or 1013519. OLE color: 1013519.

HSL color Cylindrical-coordinate representation of color #0F770F: 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.87%. Process color model (Four color, CMYK) of #0F770F is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1511915-
CMYK0.8700.870.53
HSL120º77.61%26.27%-
HSV(B)120º87.39%46.67%-
XYZ6.8813.332.66-
YUV76.0593.5484.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.07%
GREEN value IS 119 (46.88% from 255) = 79.87%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=10.07%
G=79.87%
B=10.07%

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
Decimal15119150.8700.870.5312077.6126.27
HexF77F5705735784e1a
Octal171671712701276517011632
Binary1111111011111111010111010101111101011111000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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