#76B828

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

Shades of Lima #76B828

Tints of Lima #76B828

Color information

#76B828 (or 0x76B828) is unknown color: approx Lima. HEX triplet: 76, B8 and 28. RGB value is (118,184,40). Sum of RGB (Red+Green+Blue) = 118+184+40=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #76B828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B828 is #8947D7. Grayscale: #949494. Windows color (decimal): -8996824 or 2668662. OLE color: 2668662.

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

Color convert

RGB11818440-
CMYK0.3600.780.28
HSL87.5º64.29%43.92%-
HSV(B)87.5º78.26%72.16%-
XYZ24.9938.298.08-
YUV147.8567.13106.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 184 (72.27% from 255) = 53.80%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=34.50%
G=53.80%
B=11.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118184400.3600.780.2887.564.2943.92
Hex76B8282404E1C58402c
Octal166270504401163413010054
Binary111011010111000101000100100010011101110010110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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