#0F761A

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

Shades of Forest Green #0F761A

Tints of Forest Green #0F761A

Color information

#0F761A (or 0x0F761A) is unknown color: approx Forest Green. HEX triplet: 0F, 76 and 1A. RGB value is (15,118,26). Sum of RGB (Red+Green+Blue) = 15+118+26=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #0F761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F761A is #F089E5. Grayscale: #4C4C4C. Windows color (decimal): -15763942 or 1734159. OLE color: 1734159.

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

Color convert

RGB1511826-
CMYK0.8700.780.54
HSL126.41º77.44%26.08%-
HSV(B)126.41º87.29%46.27%-
XYZ6.8613.133.15-
YUV76.7199.3883.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 118 (46.48% from 255) = 74.21%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=9.43%
G=74.21%
B=16.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15118260.8700.780.54126.4177.4426.08
HexF761A5704E367e4d1a
Octal171663212701166617611532
Binary11111110110110101010111010011101101101111110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,118,26); }

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

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

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

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

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

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

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