#77B429

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

Shades of Lima #77B429

Tints of Lima #77B429

Color information

#77B429 (or 0x77B429) is unknown color: approx Lima. HEX triplet: 77, B4 and 29. RGB value is (119,180,41). Sum of RGB (Red+Green+Blue) = 119+180+41=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #77B429 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B429 is #884BD6. Grayscale: #929292. Windows color (decimal): -8932311 or 2733175. OLE color: 2733175.

HSL color Cylindrical-coordinate representation of color #77B429: hue angle of 86.33º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77B429 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB11918041-
CMYK0.3400.770.29
HSL86.33º62.9%43.33%-
HSV(B)86.33º77.22%70.59%-
XYZ24.3336.727.9-
YUV145.9268.79108.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 180 (70.70% from 255) = 52.94%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=35%
G=52.94%
B=12.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119180410.3400.770.2986.3362.943.33
Hex77B4292204D1D563f2b
Octal16726451420115351267753
Binary11101111011010010100110001001001101111011010110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B429; }

 p { color: rgb(119,180,41); }

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

<style>
 a { background-color: #77B429; }

 a { background-color: rgb(119,180,41); }

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

<style>
 span { border-color: #77B429; }

 span { border-color: rgb(119,180,41); }

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