Html Css Color HEX #76B329 Lima

📋 copy color: '#76B329'

red 118 ◦ green 179 ◦ blue 41

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

Shades of Lima #76B329

Tints of Lima #76B329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.96%

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 34.91%
G = 52.96%
B = 12.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#76B329 (or 0x76B329) is known color: Lima. HEX triplet: 76, B3 and 29. RGB value is (118,179,41). Sum of RGB (Red+Green+Blue) = 118+179+41=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #76B329 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B329 is #894CD6. Grayscale: #919191. Windows color (decimal): -8998103 or 2732918. OLE color: 2732918.

HSL color Cylindrical-coordinate representation of color #76B329: hue angle of 86.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76B329 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 41 -
CMYK 0.34 0 0.77 0.30
HSL 86.52º 0.63% 0.43% -
HSV(B) 86.52º 0.77% 0.7% -
XYZ 23.99 36.25 7.83 -
YUV 145.03 69.29 108.72 -
System Red Green Blue C M Y K H S L
Decimal 118 179 41 0.34 0 0.77 0.30 86.52 0.63 0.43
Hex 76 B3 29 22 0 4D 1E 57 3F 2B
Octal 166 263 51 42 0 115 36 127 77 53
Binary 1110110 10110011 101001 100010 0 1001101 11110 1010111 111111 101011

Color Harmonies of #76B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B329

Black with #76B329

Text Example


Text Example

White with #76B329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,41); }

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

background-color css

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

 a { background-color: rgb(118,179,41); }

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

border-color css

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

 span { border-color: rgb(118,179,41); }

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