Html Css Color HEX #77A82C Lima

📋 copy color: '#77A82C'

red 119 ◦ green 168 ◦ blue 44

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

Shades of Lima #77A82C

Tints of Lima #77A82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.76%

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

R = 35.95%
G = 50.76%
B = 13.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#77A82C (or 0x77A82C) is known color: Lima. HEX triplet: 77, A8 and 2C. RGB value is (119,168,44). Sum of RGB (Red+Green+Blue) = 119+168+44=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #77A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A82C is #8857D3. Grayscale: #8B8B8B. Windows color (decimal): -8935380 or 2926711. OLE color: 2926711.

HSL color Cylindrical-coordinate representation of color #77A82C: hue angle of 83.71º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77A82C is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 168 44 -
CMYK 0.29 0 0.74 0.34
HSL 83.71º 0.58% 0.42% -
HSV(B) 83.71º 0.74% 0.66% -
XYZ 22.07 32.11 7.42 -
YUV 139.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 119 168 44 0.29 0 0.74 0.34 83.71 0.58 0.42
Hex 77 A8 2C 1D 0 4A 22 54 3A 2A
Octal 167 250 54 35 0 112 42 124 72 52
Binary 1110111 10101000 101100 11101 0 1001010 100010 1010100 111010 101010

Color Harmonies of #77A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A82C

Black with #77A82C

Text Example


Text Example

White with #77A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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