Html Css Color HEX #76A222 Lima

📋 copy color: '#76A222'

red 118 ◦ green 162 ◦ blue 34

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

Shades of Lima #76A222

Tints of Lima #76A222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.59%

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 37.58%
G = 51.59%
B = 10.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#76A222 (or 0x76A222) is known color: Lima. HEX triplet: 76, A2 and 22. RGB value is (118,162,34). Sum of RGB (Red+Green+Blue) = 118+162+34=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #76A222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A222 is #895DDD. Grayscale: #868686. Windows color (decimal): -9002462 or 2269814. OLE color: 2269814.

HSL color Cylindrical-coordinate representation of color #76A222: hue angle of 80.62º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76A222 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 34 -
CMYK 0.27 0 0.79 0.36
HSL 80.63º 0.65% 0.38% -
HSV(B) 80.63º 0.79% 0.64% -
XYZ 20.68 29.81 6.18 -
YUV 134.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 118 162 34 0.27 0 0.79 0.36 80.63 0.65 0.38
Hex 76 A2 22 1B 0 4F 24 51 41 26
Octal 166 242 42 33 0 117 44 121 101 46
Binary 1110110 10100010 100010 11011 0 1001111 100100 1010001 1000001 100110

Color Harmonies of #76A222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A222

Black with #76A222

Text Example


Text Example

White with #76A222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,162,34); }

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

background-color css

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

 a { background-color: rgb(118,162,34); }

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

border-color css

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

 span { border-color: rgb(118,162,34); }

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