#76B735

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

Shades of Lima #76B735

Tints of Lima #76B735

Color information

#76B735 (or 0x76B735) is unknown color: approx Lima. HEX triplet: 76, B7 and 35. RGB value is (118,183,53). Sum of RGB (Red+Green+Blue) = 118+183+53=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #76B735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B735 is #8948CA. Grayscale: #959595. Windows color (decimal): -8997067 or 3520374. OLE color: 3520374.

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

Color convert

RGB11818353-
CMYK0.3600.710.28
HSL90º55.08%46.27%-
HSV(B)90º71.04%71.76%-
XYZ25.0537.989.38-
YUV148.7473.97106.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=33.33%
G=51.69%
B=14.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118183530.3600.710.289055.0846.27
Hex76B735240471C5a372e
Octal16626765440107341326756
Binary11101101011011111010110010001000111111001011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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