#0F771C

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

Shades of Forest Green #0F771C

Tints of Forest Green #0F771C

Color information

#0F771C (or 0x0F771C) is unknown color: approx Forest Green. HEX triplet: 0F, 77 and 1C. RGB value is (15,119,28). Sum of RGB (Red+Green+Blue) = 15+119+28=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 119 (46.88% from 255 or 73.46% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 119 - color contains mainly: green. Hex color #0F771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F771C is #F088E3. Grayscale: #4D4D4D. Windows color (decimal): -15763684 or 1865487. OLE color: 1865487.

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

Color convert

RGB1511928-
CMYK0.8700.760.53
HSL127.5º77.61%26.27%-
HSV(B)127.5º87.39%46.67%-
XYZ713.383.31-
YUV77.53100.0483.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 119 (46.88% from 255) = 73.46%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=9.26%
G=73.46%
B=17.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15119280.8700.760.53127.577.6126.27
HexF771C5704C35804e1a
Octal171673412701146520011632
Binary111111101111110010101110100110011010110000000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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