Html Css Color HEX #05770B Green

📋 copy color: '#05770B'

red 5 ◦ green 119 ◦ blue 11

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

Shades of Green #05770B

Tints of Green #05770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.15%

R = 3.7%
G = 88.15%
B = 8.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#05770B (or 0x05770B) is known color: Green. HEX triplet: 05, 77 and 0B. RGB value is (5,119,11). Sum of RGB (Red+Green+Blue) = 5+119+11=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 119 (46.88% from 255 or 88.15% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 119 - color contains mainly: green. Hex color #05770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05770B is #FA88F4. Grayscale: #484848. Windows color (decimal): -16419061 or 751365. OLE color: 751365.

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

Color convert

RGB 5 119 11 -
CMYK 0.96 0 0.91 0.53
HSL 123.16º 0.92% 0.24% -
HSV(B) 123.16º 0.96% 0.47% -
XYZ 6.72 13.25 2.52 -
YUV 72.6 93.23 79.78 -
System Red Green Blue C M Y K H S L
Decimal 5 119 11 0.96 0 0.91 0.53 123.16 0.92 0.24
Hex 5 77 B 60 0 5B 35 7B 5C 18
Octal 5 167 13 140 0 133 65 173 134 30
Binary 101 1110111 1011 1100000 0 1011011 110101 1111011 1011100 11000

Color Harmonies of #05770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05770B

Black with #05770B

Text Example


Text Example

White with #05770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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