#76B832

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

Shades of Lima #76B832

Tints of Lima #76B832

Color information

#76B832 (or 0x76B832) is unknown color: approx Lima. HEX triplet: 76, B8 and 32. RGB value is (118,184,50). Sum of RGB (Red+Green+Blue) = 118+184+50=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #76B832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B832 is #8947CD. Grayscale: #959595. Windows color (decimal): -8996814 or 3324022. OLE color: 3324022.

HSL color Cylindrical-coordinate representation of color #76B832: hue angle of 89.55º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76B832 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB11818450-
CMYK0.3600.730.28
HSL89.55º57.26%45.88%-
HSV(B)89.55º72.83%72.16%-
XYZ25.1938.369.09-
YUV148.9972.13105.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 184 (72.27% from 255) = 52.27%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=33.52%
G=52.27%
B=14.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118184500.3600.730.2889.5557.2645.88
Hex76B832240491C5a392e
Octal16627062440111341327156
Binary11101101011100011001010010001001001111001011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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