Html Css Color HEX #76B437 Lima

📋 copy color: '#76B437'

red 118 ◦ green 180 ◦ blue 55

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

Shades of Lima #76B437

Tints of Lima #76B437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 33.43%
G = 50.99%
B = 15.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#76B437 (or 0x76B437) is known color: Lima. HEX triplet: 76, B4 and 37. RGB value is (118,180,55). Sum of RGB (Red+Green+Blue) = 118+180+55=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #76B437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B437 is #894BC8. Grayscale: #939393. Windows color (decimal): -8997833 or 3650678. OLE color: 3650678.

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

Color convert

RGB 118 180 55 -
CMYK 0.34 0 0.69 0.29
HSL 89.76º 0.53% 0.46% -
HSV(B) 89.76º 0.69% 0.71% -
XYZ 24.48 36.77 9.42 -
YUV 147.21 75.96 107.16 -
System Red Green Blue C M Y K H S L
Decimal 118 180 55 0.34 0 0.69 0.29 89.76 0.53 0.46
Hex 76 B4 37 22 0 45 1D 5A 35 2E
Octal 166 264 67 42 0 105 35 132 65 56
Binary 1110110 10110100 110111 100010 0 1000101 11101 1011010 110101 101110

Color Harmonies of #76B437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B437

Black with #76B437

Text Example


Text Example

White with #76B437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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