#05750E

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

Shades of Green #05750E

Tints of Green #05750E

Color information

#05750E (or 0x05750E) is unknown color: approx Green. HEX triplet: 05, 75 and 0E. RGB value is (5,117,14). Sum of RGB (Red+Green+Blue) = 5+117+14=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 117 (46.09% from 255 or 86.03% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 117 - color contains mainly: green. Hex color #05750E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05750E is #FA8AF1. Grayscale: #484848. Windows color (decimal): -16419570 or 947461. OLE color: 947461.

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

Color convert

RGB511714-
CMYK0.9600.880.54
HSL124.82º91.8%23.92%-
HSV(B)124.82º95.73%45.88%-
XYZ6.512.792.54-
YUV71.7795.3980.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 117 (46.09% from 255) = 86.03%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=3.68%
G=86.03%
B=10.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117140.9600.880.54124.8291.823.92
Hex575E60058367d5c18
Octal51651614001306617513430
Binary101111010111101100000010110001101101111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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