#76C61B

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

Shades of Lima #76C61B

Tints of Lima #76C61B

Color information

#76C61B (or 0x76C61B) is unknown color: approx Lima. HEX triplet: 76, C6 and 1B. RGB value is (118,198,27). Sum of RGB (Red+Green+Blue) = 118+198+27=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #76C61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C61B is #8939E4. Grayscale: #9B9B9B. Windows color (decimal): -8993253 or 1820278. OLE color: 1820278.

HSL color Cylindrical-coordinate representation of color #76C61B: hue angle of 88.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76C61B is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB11819827-
CMYK0.4000.860.22
HSL88.07º76%44.12%-
HSV(B)88.07º86.36%77.65%-
XYZ27.8644.328.12-
YUV154.5956101.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 198 (77.73% from 255) = 57.73%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=34.40%
G=57.73%
B=7.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118198270.4000.860.2288.077644.12
Hex76C61B2805616584c2c
Octal166306335001262613011454
Binary11101101100011011011101000010101101011010110001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,198,27); }

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

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

 a { background-color: rgb(118,198,27); }

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

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

 span { border-color: rgb(118,198,27); }

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