Html Css Color HEX #05770A Green

📋 copy color: '#05770A'

red 5 ◦ green 119 ◦ blue 10

#05770A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #05770A

Tints of Green #05770A

RGB

 RED value IS 5 (2.34% from 255) = 3.73%

 GREEN value IS 119 (46.88% from 255) = 88.81%

 BLUE value IS 10 (4.3% from 255) = 7.46%

R = 3.73%
G = 88.81%
B = 7.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#05770A (or 0x05770A) is known color: Green. HEX triplet: 05, 77 and 0A. RGB value is (5,119,10). Sum of RGB (Red+Green+Blue) = 5+119+10=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 119 (46.88% from 255 or 88.81% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 119 - color contains mainly: green. Hex color #05770A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05770A is #FA88F5. Grayscale: #484848. Windows color (decimal): -16419062 or 685829. OLE color: 685829.

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

Color convert

RGB 5 119 10 -
CMYK 0.96 0 0.92 0.53
HSL 122.63º 0.92% 0.24% -
HSV(B) 122.63º 0.96% 0.47% -
XYZ 6.71 13.25 2.49 -
YUV 72.49 92.73 79.86 -
System Red Green Blue C M Y K H S L
Decimal 5 119 10 0.96 0 0.92 0.53 122.63 0.92 0.24
Hex 5 77 A 60 0 5C 35 7B 5C 18
Octal 5 167 12 140 0 134 65 173 134 30
Binary 101 1110111 1010 1100000 0 1011100 110101 1111011 1011100 11000

Color Harmonies of #05770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05770A

Black with #05770A

Text Example


Text Example

White with #05770A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05770A;
 }
 .AnyTagClassName
 {
   color: #05770A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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