Html Css Color HEX #77AA2C Lima

📋 copy color: '#77AA2C'

red 119 ◦ green 170 ◦ blue 44

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

Shades of Lima #77AA2C

Tints of Lima #77AA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 35.74%
G = 51.05%
B = 13.21%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#77AA2C (or 0x77AA2C) is known color: Lima. HEX triplet: 77, AA and 2C. RGB value is (119,170,44). Sum of RGB (Red+Green+Blue) = 119+170+44=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA2C is #8855D3. Grayscale: #8C8C8C. Windows color (decimal): -8934868 or 2927223. OLE color: 2927223.

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

Color convert

RGB 119 170 44 -
CMYK 0.3 0 0.74 0.33
HSL 84.29º 0.59% 0.42% -
HSV(B) 84.29º 0.74% 0.67% -
XYZ 22.44 32.85 7.54 -
YUV 140.39 73.6 112.75 -
System Red Green Blue C M Y K H S L
Decimal 119 170 44 0.3 0 0.74 0.33 84.29 0.59 0.42
Hex 77 AA 2C 1E 0 4A 21 54 3B 2A
Octal 167 252 54 36 0 112 41 124 73 52
Binary 1110111 10101010 101100 11110 0 1001010 100001 1010100 111011 101010

Color Harmonies of #77AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AA2C

Black with #77AA2C

Text Example


Text Example

White with #77AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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