#76B531

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

Shades of Lima #76B531

Tints of Lima #76B531

Color information

#76B531 (or 0x76B531) is unknown color: approx Lima. HEX triplet: 76, B5 and 31. RGB value is (118,181,49). Sum of RGB (Red+Green+Blue) = 118+181+49=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #76B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B531 is #894ACE. Grayscale: #939393. Windows color (decimal): -8997583 or 3257718. OLE color: 3257718.

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

Color convert

RGB11818149-
CMYK0.3500.730.29
HSL88.64º57.39%45.1%-
HSV(B)88.64º72.93%70.98%-
XYZ24.5537.128.78-
YUV147.1272.63107.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 181 (71.09% from 255) = 52.01%
BLUE value IS 49 (19.53% from 255) = 14.08%
R=33.91%
G=52.01%
B=14.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118181490.3500.730.2988.6457.3945.1
Hex76B531230491D59392d
Octal16626561430111351317155
Binary11101101011010111000110001101001001111011011001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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