Html Css Color HEX #05770C Green

📋 copy color: '#05770C'

red 5 ◦ green 119 ◦ blue 12

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

Shades of Green #05770C

Tints of Green #05770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 3.68%
G = 87.5%
B = 8.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#05770C (or 0x05770C) is known color: Green. HEX triplet: 05, 77 and 0C. RGB value is (5,119,12). Sum of RGB (Red+Green+Blue) = 5+119+12=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 119 (46.88% from 255 or 87.5% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 119 - color contains mainly: green. Hex color #05770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05770C is #FA88F3. Grayscale: #494949. Windows color (decimal): -16419060 or 816901. OLE color: 816901.

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

Color convert

RGB 5 119 12 -
CMYK 0.96 0 0.90 0.53
HSL 123.68º 0.92% 0.24% -
HSV(B) 123.68º 0.96% 0.47% -
XYZ 6.73 13.25 2.55 -
YUV 72.72 93.73 79.7 -
System Red Green Blue C M Y K H S L
Decimal 5 119 12 0.96 0 0.90 0.53 123.68 0.92 0.24
Hex 5 77 C 60 0 5A 35 7C 5C 18
Octal 5 167 14 140 0 132 65 174 134 30
Binary 101 1110111 1100 1100000 0 1011010 110101 1111100 1011100 11000

Color Harmonies of #05770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05770C

Black with #05770C

Text Example


Text Example

White with #05770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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