Html Css Color HEX #77B616 Lima

📋 copy color: '#77B616'

red 119 ◦ green 182 ◦ blue 22

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

Shades of Lima #77B616

Tints of Lima #77B616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.35%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 36.84%
G = 56.35%
B = 6.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#77B616 (or 0x77B616) is known color: Lima. HEX triplet: 77, B6 and 16. RGB value is (119,182,22). Sum of RGB (Red+Green+Blue) = 119+182+22=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #77B616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77B616 is #8849E9. Grayscale: #919191. Windows color (decimal): -8931818 or 1488503. OLE color: 1488503.

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

Color convert

RGB 119 182 22 -
CMYK 0.35 0 0.88 0.29
HSL 83.63º 0.78% 0.4% -
HSV(B) 83.63º 0.88% 0.71% -
XYZ 24.48 37.44 6.69 -
YUV 144.92 58.63 109.51 -
System Red Green Blue C M Y K H S L
Decimal 119 182 22 0.35 0 0.88 0.29 83.63 0.78 0.4
Hex 77 B6 16 23 0 58 1D 54 4E 28
Octal 167 266 26 43 0 130 35 124 116 50
Binary 1110111 10110110 10110 100011 0 1011000 11101 1010100 1001110 101000

Color Harmonies of #77B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B616

Black with #77B616

Text Example


Text Example

White with #77B616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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