Html Css Color HEX #77A91F Lima

📋 copy color: '#77A91F'

red 119 ◦ green 169 ◦ blue 31

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

Shades of Lima #77A91F

Tints of Lima #77A91F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.98%

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 37.3%
G = 52.98%
B = 9.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#77A91F (or 0x77A91F) is known color: Lima. HEX triplet: 77, A9 and 1F. RGB value is (119,169,31). Sum of RGB (Red+Green+Blue) = 119+169+31=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #77A91F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A91F is #8856E0. Grayscale: #8A8A8A. Windows color (decimal): -8935137 or 2074999. OLE color: 2074999.

HSL color Cylindrical-coordinate representation of color #77A91F: hue angle of 81.74º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77A91F is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 169 31 -
CMYK 0.30 0 0.82 0.34
HSL 81.74º 0.69% 0.39% -
HSV(B) 81.74º 0.82% 0.66% -
XYZ 22.04 32.4 6.39 -
YUV 138.32 67.44 114.22 -
System Red Green Blue C M Y K H S L
Decimal 119 169 31 0.30 0 0.82 0.34 81.74 0.69 0.39
Hex 77 A9 1F 1E 0 52 22 52 45 27
Octal 167 251 37 36 0 122 42 122 105 47
Binary 1110111 10101001 11111 11110 0 1010010 100010 1010010 1000101 100111

Color Harmonies of #77A91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A91F

Black with #77A91F

Text Example


Text Example

White with #77A91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,169,31); }

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

background-color css

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

 a { background-color: rgb(119,169,31); }

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

border-color css

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

 span { border-color: rgb(119,169,31); }

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