#77AB1B

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

Shades of Lima #77AB1B

Tints of Lima #77AB1B

Color information

#77AB1B (or 0x77AB1B) is unknown color: approx Lima. HEX triplet: 77, AB and 1B. RGB value is (119,171,27). Sum of RGB (Red+Green+Blue) = 119+171+27=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #77AB1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AB1B is #8854E4. Grayscale: #8B8B8B. Windows color (decimal): -8934629 or 1813367. OLE color: 1813367.

HSL color Cylindrical-coordinate representation of color #77AB1B: hue angle of 81.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77AB1B is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB11917127-
CMYK0.3000.840.33
HSL81.67º72.73%38.82%-
HSV(B)81.67º84.21%67.06%-
XYZ22.3733.136.25-
YUV139.0464.77113.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 27 (10.94% from 255) = 8.52%
R=37.54%
G=53.94%
B=8.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119171270.3000.840.3381.6772.7338.82
Hex77AB1B1E05421524927
Octal167253333601244112211147
Binary11101111010101111011111100101010010000110100101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,171,27); }

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

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

 a { background-color: rgb(119,171,27); }

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

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

 span { border-color: rgb(119,171,27); }

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