#76B830

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

Shades of Lima #76B830

Tints of Lima #76B830

Color information

#76B830 (or 0x76B830) is unknown color: approx Lima. HEX triplet: 76, B8 and 30. RGB value is (118,184,48). Sum of RGB (Red+Green+Blue) = 118+184+48=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #76B830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B830 is #8947CF. Grayscale: #959595. Windows color (decimal): -8996816 or 3192950. OLE color: 3192950.

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

Color convert

RGB11818448-
CMYK0.3600.740.28
HSL89.12º58.62%45.49%-
HSV(B)89.12º73.91%72.16%-
XYZ25.1538.358.87-
YUV148.7671.13106.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 184 (72.27% from 255) = 52.57%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=33.71%
G=52.57%
B=13.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118184480.3600.740.2889.1258.6245.49
Hex76B8302404A1C593b2d
Octal16627060440112341317355
Binary11101101011100011000010010001001010111001011001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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