Html Css Color HEX #76AA2A Lima

📋 copy color: '#76AA2A'

red 118 ◦ green 170 ◦ blue 42

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

Shades of Lima #76AA2A

Tints of Lima #76AA2A

RGB

 RED value IS 118 (46.48% from 255) = 35.76%

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 35.76%
G = 51.52%
B = 12.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#76AA2A (or 0x76AA2A) is known color: Lima. HEX triplet: 76, AA and 2A. RGB value is (118,170,42). Sum of RGB (Red+Green+Blue) = 118+170+42=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA2A is #8955D5. Grayscale: #8C8C8C. Windows color (decimal): -9000406 or 2796150. OLE color: 2796150.

HSL color Cylindrical-coordinate representation of color #76AA2A: hue angle of 84.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76AA2A is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 170 42 -
CMYK 0.31 0 0.75 0.33
HSL 84.38º 0.6% 0.42% -
HSV(B) 84.38º 0.75% 0.67% -
XYZ 22.26 32.77 7.34 -
YUV 139.86 72.77 112.41 -
System Red Green Blue C M Y K H S L
Decimal 118 170 42 0.31 0 0.75 0.33 84.38 0.6 0.42
Hex 76 AA 2A 1F 0 4B 21 54 3C 2A
Octal 166 252 52 37 0 113 41 124 74 52
Binary 1110110 10101010 101010 11111 0 1001011 100001 1010100 111100 101010

Color Harmonies of #76AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AA2A

Black with #76AA2A

Text Example


Text Example

White with #76AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AA2A; }

 p { color: rgb(118,170,42); }

 H1.HeaderClassName
 {
   color: #76AA2A;
 }
 .AnyTagClassName
 {
   color: #76AA2A;
 }
</style>

background-color css

<style>
 a { background-color: #76AA2A; }

 a { background-color: rgb(118,170,42); }

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

border-color css

<style>
 span { border-color: #76AA2A; }

 span { border-color: rgb(118,170,42); }

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