#77B01C

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

Shades of Lima #77B01C

Tints of Lima #77B01C

Color information

#77B01C (or 0x77B01C) is unknown color: approx Lima. HEX triplet: 77, B0 and 1C. RGB value is (119,176,28). Sum of RGB (Red+Green+Blue) = 119+176+28=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #77B01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B01C is #884FE3. Grayscale: #8E8E8E. Windows color (decimal): -8933348 or 1880183. OLE color: 1880183.

HSL color Cylindrical-coordinate representation of color #77B01C: hue angle of 83.11º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77B01C is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB11917628-
CMYK0.3200.840.31
HSL83.11º72.55%40%-
HSV(B)83.11º84.09%69.02%-
XYZ23.3435.066.63-
YUV142.0863.62111.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 176 (69.14% from 255) = 54.49%
BLUE value IS 28 (11.33% from 255) = 8.67%
R=36.84%
G=54.49%
B=8.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119176280.3200.840.3183.1172.5540
Hex77B01C200541F534928
Octal167260344001243712311150
Binary11101111011000011100100000010101001111110100111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,176,28); }

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

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

 a { background-color: rgb(119,176,28); }

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

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

 span { border-color: rgb(119,176,28); }

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