#05760D

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

Shades of Green #05760D

Tints of Green #05760D

Color information

#05760D (or 0x05760D) is unknown color: approx Green. HEX triplet: 05, 76 and 0D. RGB value is (5,118,13). Sum of RGB (Red+Green+Blue) = 5+118+13=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 118 (46.48% from 255 or 86.76% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 118 - color contains mainly: green. Hex color #05760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05760D is #FA89F2. Grayscale: #484848. Windows color (decimal): -16419315 or 882181. OLE color: 882181.

HSL color Cylindrical-coordinate representation of color #05760D: hue angle of 124.25º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05760D is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB511813-
CMYK0.9600.890.54
HSL124.25º91.87%24.12%-
HSV(B)124.25º95.76%46.27%-
XYZ6.6113.022.54-
YUV72.2494.5680.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 118 (46.48% from 255) = 86.76%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=3.68%
G=86.76%
B=9.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118130.9600.890.54124.2591.8724.12
Hex576D60059367c5c18
Octal51661514001316617413430
Binary101111011011011100000010110011101101111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05760D; }

 p { color: rgb(5,118,13); }

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

<style>
 a { background-color: #05760D; }

 a { background-color: rgb(5,118,13); }

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

<style>
 span { border-color: #05760D; }

 span { border-color: rgb(5,118,13); }

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