#77b41d

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

Shades of Lima #77B41D

Tints of Lima #77B41D

Color information

#77B41D (or 0x77B41D) is unknown color: approx Lima. HEX triplet: 77, B4 and 1D. RGB value is (119,180,29). Sum of RGB (Red+Green+Blue) = 119+180+29=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #77B41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B41D is #884BE2. Grayscale: #919191. Windows color (decimal): -8932323 or 1946743. OLE color: 1946743.

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

Color convert

RGB11918029-
CMYK0.3400.840.29
HSL84.24º72.25%40.98%-
HSV(B)84.24º83.89%70.59%-
XYZ24.1536.656.96-
YUV144.5562.79109.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 180 (70.70% from 255) = 54.88%
BLUE value IS 29 (11.72% from 255) = 8.84%
R=36.28%
G=54.88%
B=8.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119180290.3400.840.2984.2472.2540.98
Hex77B41D220541D544829
Octal167264354201243512411051
Binary11101111011010011101100010010101001110110101001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77b41d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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