#05750A

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

Shades of Green #05750A

Tints of Green #05750A

Color information

#05750A (or 0x05750A) is unknown color: approx Green. HEX triplet: 05, 75 and 0A. RGB value is (5,117,10). Sum of RGB (Red+Green+Blue) = 5+117+10=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 117 (46.09% from 255 or 88.64% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 117 - color contains mainly: green. Hex color #05750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05750A is #FA8AF5. Grayscale: #474747. Windows color (decimal): -16419574 or 685317. OLE color: 685317.

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

Color convert

RGB511710-
CMYK0.9600.910.54
HSL122.68º91.8%23.92%-
HSV(B)122.68º95.73%45.88%-
XYZ6.4812.782.41-
YUV71.3193.3980.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 117 (46.09% from 255) = 88.64%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=3.79%
G=88.64%
B=7.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117100.9600.910.54122.6891.823.92
Hex575A6005B367b5c18
Octal51651214001336617313430
Binary101111010110101100000010110111101101111011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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