Html Css Color HEX #76B529 Lima

📋 copy color: '#76B529'

red 118 ◦ green 181 ◦ blue 41

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

Shades of Lima #76B529

Tints of Lima #76B529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.24%

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

R = 34.71%
G = 53.24%
B = 12.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#76B529 (or 0x76B529) is known color: Lima. HEX triplet: 76, B5 and 29. RGB value is (118,181,41). Sum of RGB (Red+Green+Blue) = 118+181+41=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #76B529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B529 is #894AD6. Grayscale: #929292. Windows color (decimal): -8997591 or 2733430. OLE color: 2733430.

HSL color Cylindrical-coordinate representation of color #76B529: hue angle of 87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76B529 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 181 41 -
CMYK 0.35 0 0.77 0.29
HSL 87º 0.63% 0.44% -
HSV(B) 87º 0.77% 0.71% -
XYZ 24.4 37.06 7.97 -
YUV 146.2 68.63 107.88 -
System Red Green Blue C M Y K H S L
Decimal 118 181 41 0.35 0 0.77 0.29 87 0.63 0.44
Hex 76 B5 29 23 0 4D 1D 57 3F 2C
Octal 166 265 51 43 0 115 35 127 77 54
Binary 1110110 10110101 101001 100011 0 1001101 11101 1010111 111111 101100

Color Harmonies of #76B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B529

Black with #76B529

Text Example


Text Example

White with #76B529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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