#05770E

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

Shades of Green #05770E

Tints of Green #05770E

Color information

#05770E (or 0x05770E) is unknown color: approx Green. HEX triplet: 05, 77 and 0E. RGB value is (5,119,14). Sum of RGB (Red+Green+Blue) = 5+119+14=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 119 (46.88% from 255 or 86.23% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 119 - color contains mainly: green. Hex color #05770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05770E is #FA88F1. Grayscale: #494949. Windows color (decimal): -16419058 or 947973. OLE color: 947973.

HSL color Cylindrical-coordinate representation of color #05770E: hue angle of 124.74º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05770E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB511914-
CMYK0.9600.880.53
HSL124.74º91.94%24.31%-
HSV(B)124.74º95.8%46.67%-
XYZ6.7413.262.62-
YUV72.9494.7379.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 119 (46.88% from 255) = 86.23%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=3.62%
G=86.23%
B=10.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119140.9600.880.53124.7491.9424.31
Hex577E60058357d5c18
Octal51671614001306517513430
Binary101111011111101100000010110001101011111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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