#76B72D

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

Shades of Lima #76B72D

Tints of Lima #76B72D

Color information

#76B72D (or 0x76B72D) is unknown color: approx Lima. HEX triplet: 76, B7 and 2D. RGB value is (118,183,45). Sum of RGB (Red+Green+Blue) = 118+183+45=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #76B72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B72D is #8948D2. Grayscale: #949494. Windows color (decimal): -8997075 or 2996086. OLE color: 2996086.

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

Color convert

RGB11818345-
CMYK0.3600.750.28
HSL88.26º60.53%44.71%-
HSV(B)88.26º75.41%71.76%-
XYZ24.8837.918.49-
YUV147.8369.97106.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 183 (71.88% from 255) = 52.89%
BLUE value IS 45 (17.97% from 255) = 13.01%
R=34.10%
G=52.89%
B=13.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118183450.3600.750.2888.2660.5344.71
Hex76B72D2404B1C583d2d
Octal16626755440113341307555
Binary11101101011011110110110010001001011111001011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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