#06770E

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

Shades of Green #06770E

Tints of Green #06770E

Color information

#06770E (or 0x06770E) is unknown color: approx Green. HEX triplet: 06, 77 and 0E. RGB value is (6,119,14). Sum of RGB (Red+Green+Blue) = 6+119+14=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 119 (46.88% from 255 or 85.61% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 119 - color contains mainly: green. Hex color #06770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06770E is #F988F1. Grayscale: #494949. Windows color (decimal): -16353522 or 947974. OLE color: 947974.

HSL color Cylindrical-coordinate representation of color #06770E: hue angle of 124.25º 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 #06770E is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB611914-
CMYK0.9500.880.53
HSL124.25º90.4%24.51%-
HSV(B)124.25º94.96%46.67%-
XYZ6.7513.262.62-
YUV73.2494.5680.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 119 (46.88% from 255) = 85.61%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=4.32%
G=85.61%
B=10.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6119140.9500.880.53124.2590.424.51
Hex677E5F058357c5a19
Octal61671613701306517413231
Binary110111011111101011111010110001101011111100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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