#76B535

Color #76B535 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #76B535

Tints of Lima #76B535

Color information

#76B535 (or 0x76B535) is unknown color: approx Lima. HEX triplet: 76, B5 and 35. RGB value is (118,181,53). Sum of RGB (Red+Green+Blue) = 118+181+53=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #76B535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B535 is #894ACA. Grayscale: #949494. Windows color (decimal): -8997579 or 3519862. OLE color: 3519862.

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

Color convert

RGB11818153-
CMYK0.3500.710.29
HSL89.53º54.7%45.88%-
HSV(B)89.53º70.72%70.98%-
XYZ24.6437.169.24-
YUV147.5774.63106.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 181 (71.09% from 255) = 51.42%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=33.52%
G=51.42%
B=15.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118181530.3500.710.2989.5354.745.88
Hex76B535230471D5a372e
Octal16626565430107351326756
Binary11101101011010111010110001101000111111011011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76B535;
 }
 .AnyTagClassName
 {
   color: #76B535;
 }
</style>
background-color css

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

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

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

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

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

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