#77B61A

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

Shades of Lima #77B61A

Tints of Lima #77B61A

Color information

#77B61A (or 0x77B61A) is unknown color: approx Lima. HEX triplet: 77, B6 and 1A. RGB value is (119,182,26). Sum of RGB (Red+Green+Blue) = 119+182+26=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #77B61A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B61A is #8849E5. Grayscale: #919191. Windows color (decimal): -8931814 or 1750647. OLE color: 1750647.

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

Color convert

RGB11918226-
CMYK0.3500.860.29
HSL84.23º75%40.78%-
HSV(B)84.23º85.71%71.37%-
XYZ24.5237.456.91-
YUV145.3860.63109.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 182 (71.48% from 255) = 55.66%
BLUE value IS 26 (10.55% from 255) = 7.95%
R=36.39%
G=55.66%
B=7.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119182260.3500.860.2984.237540.78
Hex77B61A230561D544b29
Octal167266324301263512411351
Binary11101111011011011010100011010101101110110101001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,182,26); }

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

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

 a { background-color: rgb(119,182,26); }

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

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

 span { border-color: rgb(119,182,26); }

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