#06A125

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

Shades of Forest Green #06A125

Tints of Forest Green #06A125

Color information

#06A125 (or 0x06A125) is unknown color: approx Forest Green. HEX triplet: 06, A1 and 25. RGB value is (6,161,37). Sum of RGB (Red+Green+Blue) = 6+161+37=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 161 (63.28% from 255 or 78.92% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 161 - color contains mainly: green. Hex color #06A125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A125 is #F95EDA. Grayscale: #646464. Windows color (decimal): -16342747 or 2466054. OLE color: 2466054.

HSL color Cylindrical-coordinate representation of color #06A125: hue angle of 132º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A125 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB616137-
CMYK0.9600.770.37
HSL132º92.81%32.75%-
HSV(B)132º96.27%63.14%-
XYZ13.1525.666.01-
YUV100.5292.1560.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 161 (63.28% from 255) = 78.92%
BLUE value IS 37 (14.84% from 255) = 18.14%
R=2.94%
G=78.92%
B=18.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6161370.9600.770.3713292.8132.75
Hex6A1256004D25845d21
Octal62414514001154520413541
Binary11010100001100101110000001001101100101100001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A125; }

 p { color: rgb(6,161,37); }

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

<style>
 a { background-color: #06A125; }

 a { background-color: rgb(6,161,37); }

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

<style>
 span { border-color: #06A125; }

 span { border-color: rgb(6,161,37); }

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