Html Css Color HEX #76B636 Lima

📋 copy color: '#76B636'

red 118 ◦ green 182 ◦ blue 54

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

Shades of Lima #76B636

Tints of Lima #76B636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.41%

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 33.33%
G = 51.41%
B = 15.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#76B636 (or 0x76B636) is known color: Lima. HEX triplet: 76, B6 and 36. RGB value is (118,182,54). Sum of RGB (Red+Green+Blue) = 118+182+54=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #76B636 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B636 is #8949C9. Grayscale: #949494. Windows color (decimal): -8997322 or 3585654. OLE color: 3585654.

HSL color Cylindrical-coordinate representation of color #76B636: hue angle of 90º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76B636 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 182 54 -
CMYK 0.35 0 0.70 0.29
HSL 90º 0.54% 0.46% -
HSV(B) 90º 0.7% 0.71% -
XYZ 24.87 37.57 9.43 -
YUV 148.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 118 182 54 0.35 0 0.70 0.29 90 0.54 0.46
Hex 76 B6 36 23 0 46 1D 5A 36 2E
Octal 166 266 66 43 0 106 35 132 66 56
Binary 1110110 10110110 110110 100011 0 1000110 11101 1011010 110110 101110

Color Harmonies of #76B636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B636

Black with #76B636

Text Example


Text Example

White with #76B636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,182,54); }

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

background-color css

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

 a { background-color: rgb(118,182,54); }

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

border-color css

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

 span { border-color: rgb(118,182,54); }

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