Html Css Color HEX #76B432 Lima

📋 copy color: '#76B432'

red 118 ◦ green 180 ◦ blue 50

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

Shades of Lima #76B432

Tints of Lima #76B432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.72%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 33.91%
G = 51.72%
B = 14.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#76B432 (or 0x76B432) is known color: Lima. HEX triplet: 76, B4 and 32. RGB value is (118,180,50). Sum of RGB (Red+Green+Blue) = 118+180+50=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #76B432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B432 is #894BCD. Grayscale: #939393. Windows color (decimal): -8997838 or 3322998. OLE color: 3322998.

HSL color Cylindrical-coordinate representation of color #76B432: hue angle of 88.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76B432 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 50 -
CMYK 0.34 0 0.72 0.29
HSL 88.62º 0.57% 0.45% -
HSV(B) 88.62º 0.72% 0.71% -
XYZ 24.37 36.72 8.82 -
YUV 146.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 118 180 50 0.34 0 0.72 0.29 88.62 0.57 0.45
Hex 76 B4 32 22 0 48 1D 59 39 2D
Octal 166 264 62 42 0 110 35 131 71 55
Binary 1110110 10110100 110010 100010 0 1001000 11101 1011001 111001 101101

Color Harmonies of #76B432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B432

Black with #76B432

Text Example


Text Example

White with #76B432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,50); }

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

background-color css

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

 a { background-color: rgb(118,180,50); }

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

border-color css

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

 span { border-color: rgb(118,180,50); }

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