Html Css Color HEX #77AA27 Lima

📋 copy color: '#77AA27'

red 119 ◦ green 170 ◦ blue 39

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

Shades of Lima #77AA27

Tints of Lima #77AA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 36.28%
G = 51.83%
B = 11.89%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#77AA27 (or 0x77AA27) is known color: Lima. HEX triplet: 77, AA and 27. RGB value is (119,170,39). Sum of RGB (Red+Green+Blue) = 119+170+39=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA27 is #8855D8. Grayscale: #8C8C8C. Windows color (decimal): -8934873 or 2599543. OLE color: 2599543.

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

Color convert

RGB 119 170 39 -
CMYK 0.3 0 0.77 0.33
HSL 83.36º 0.63% 0.41% -
HSV(B) 83.36º 0.77% 0.67% -
XYZ 22.35 32.82 7.08 -
YUV 139.82 71.1 113.15 -
System Red Green Blue C M Y K H S L
Decimal 119 170 39 0.3 0 0.77 0.33 83.36 0.63 0.41
Hex 77 AA 27 1E 0 4D 21 53 3F 29
Octal 167 252 47 36 0 115 41 123 77 51
Binary 1110111 10101010 100111 11110 0 1001101 100001 1010011 111111 101001

Color Harmonies of #77AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA27

Black with #77AA27

Text Example


Text Example

White with #77AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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