Html Css Color HEX #77B018 Lima

📋 copy color: '#77B018'

red 119 ◦ green 176 ◦ blue 24

#77B018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #77B018

Tints of Lima #77B018

RGB

 RED value IS 119 (46.88% from 255) = 37.3%

 GREEN value IS 176 (69.14% from 255) = 55.17%

 BLUE value IS 24 (9.77% from 255) = 7.52%

R = 37.3%
G = 55.17%
B = 7.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#77B018 (or 0x77B018) is known color: Lima. HEX triplet: 77, B0 and 18. RGB value is (119,176,24). Sum of RGB (Red+Green+Blue) = 119+176+24=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #77B018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77B018 is #884FE7. Grayscale: #8E8E8E. Windows color (decimal): -8933352 or 1618039. OLE color: 1618039.

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

Color convert

RGB 119 176 24 -
CMYK 0.32 0 0.86 0.31
HSL 82.5º 0.76% 0.39% -
HSV(B) 82.5º 0.86% 0.69% -
XYZ 23.3 35.04 6.4 -
YUV 141.63 61.62 111.86 -
System Red Green Blue C M Y K H S L
Decimal 119 176 24 0.32 0 0.86 0.31 82.5 0.76 0.39
Hex 77 B0 18 20 0 56 1F 52 4C 27
Octal 167 260 30 40 0 126 37 122 114 47
Binary 1110111 10110000 11000 100000 0 1010110 11111 1010010 1001100 100111

Color Harmonies of #77B018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B018

Black with #77B018

Text Example


Text Example

White with #77B018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77B018;
 }
 .AnyTagClassName
 {
   color: #77B018;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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