#06771E

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

Shades of Green #06771E

Tints of Green #06771E

Color information

#06771E (or 0x06771E) is unknown color: approx Green. HEX triplet: 06, 77 and 1E. RGB value is (6,119,30). Sum of RGB (Red+Green+Blue) = 6+119+30=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #06771E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06771E is #F988E1. Grayscale: #4B4B4B. Windows color (decimal): -16353506 or 1996550. OLE color: 1996550.

HSL color Cylindrical-coordinate representation of color #06771E: hue angle of 132.74º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06771E is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB611930-
CMYK0.9500.750.53
HSL132.74º90.4%24.51%-
HSV(B)132.74º94.96%46.67%-
XYZ6.9113.333.44-
YUV75.07102.5678.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 119 (46.88% from 255) = 76.77%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=3.87%
G=76.77%
B=19.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119300.9500.750.53132.7490.424.51
Hex6771E5F04B35855a19
Octal61673613701136520513231
Binary11011101111111010111110100101111010110000101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06771E; }

 p { color: rgb(6,119,30); }

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

<style>
 a { background-color: #06771E; }

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

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

<style>
 span { border-color: #06771E; }

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

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