#76C035

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

Shades of Lima #76C035

Tints of Lima #76C035

Color information

#76C035 (or 0x76C035) is unknown color: approx Lima. HEX triplet: 76, C0 and 35. RGB value is (118,192,53). Sum of RGB (Red+Green+Blue) = 118+192+53=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #76C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C035 is #893FCA. Grayscale: #9A9A9A. Windows color (decimal): -8994763 or 3522678. OLE color: 3522678.

HSL color Cylindrical-coordinate representation of color #76C035: hue angle of 91.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76C035 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB11819253-
CMYK0.3900.720.25
HSL91.94º56.73%48.04%-
HSV(B)91.94º72.4%75.29%-
XYZ26.9641.8110.02-
YUV154.0370.98102.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=32.51%
G=52.89%
B=14.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118192530.3900.720.2591.9456.7348.04
Hex76C03527048195c3930
Octal16630065470110311347160
Binary11101101100000011010110011101001000110011011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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