Html Css Color HEX #77AA05 Christi

📋 copy color: '#77AA05'

red 119 ◦ green 170 ◦ blue 5

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

Shades of Christi #77AA05

Tints of Christi #77AA05

RGB

 RED value IS 119 (46.88% from 255) = 40.48%

 GREEN value IS 170 (66.8% from 255) = 57.82%

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 40.48%
G = 57.82%
B = 1.7%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#77AA05 (or 0x77AA05) is known color: Christi. HEX triplet: 77, AA and 05. RGB value is (119,170,5). Sum of RGB (Red+Green+Blue) = 119+170+5=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AA05 is #8855FA. Grayscale: #888888. Windows color (decimal): -8934907 or 371319. OLE color: 371319.

HSL color Cylindrical-coordinate representation of color #77AA05: hue angle of 78.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77AA05 is Cyan = 0.3, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 170 5 -
CMYK 0.3 0 0.97 0.33
HSL 78.55º 0.94% 0.34% -
HSV(B) 78.55º 0.97% 0.67% -
XYZ 22.01 32.68 5.29 -
YUV 135.94 54.1 115.92 -
System Red Green Blue C M Y K H S L
Decimal 119 170 5 0.3 0 0.97 0.33 78.55 0.94 0.34
Hex 77 AA 5 1E 0 61 21 4F 5E 22
Octal 167 252 5 36 0 141 41 117 136 42
Binary 1110111 10101010 101 11110 0 1100001 100001 1001111 1011110 100010

Color Harmonies of #77AA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA05

Black with #77AA05

Text Example


Text Example

White with #77AA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AA05; }

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

 H1.HeaderClassName
 {
   color: #77AA05;
 }
 .AnyTagClassName
 {
   color: #77AA05;
 }
</style>

background-color css

<style>
 a { background-color: #77AA05; }

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

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

border-color css

<style>
 span { border-color: #77AA05; }

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

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