#0A761F

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

Shades of Forest Green #0A761F

Tints of Forest Green #0A761F

Color information

#0A761F (or 0x0A761F) is unknown color: approx Forest Green. HEX triplet: 0A, 76 and 1F. RGB value is (10,118,31). Sum of RGB (Red+Green+Blue) = 10+118+31=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #0A761F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A761F is #F589E0. Grayscale: #4C4C4C. Windows color (decimal): -16091617 or 2061834. OLE color: 2061834.

HSL color Cylindrical-coordinate representation of color #0A761F: hue angle of 131.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A761F is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1011831-
CMYK0.9200.740.54
HSL131.67º84.38%25.1%-
HSV(B)131.67º91.53%46.27%-
XYZ6.8513.123.47-
YUV75.79102.7281.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 118 (46.48% from 255) = 74.21%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=6.29%
G=74.21%
B=19.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118310.9200.740.54131.6784.3825.1
HexA761F5C04A36845419
Octal121663713401126620412431
Binary101011101101111110111000100101011011010000100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,118,31); }

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

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

 a { background-color: rgb(10,118,31); }

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

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

 span { border-color: rgb(10,118,31); }

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