Html Css Color HEX #77A141 Sushi

📋 copy color: '#77A141'

red 119 ◦ green 161 ◦ blue 65

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

Shades of Sushi #77A141

Tints of Sushi #77A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 34.49%
G = 46.67%
B = 18.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#77A141 (or 0x77A141) is known color: Sushi. HEX triplet: 77, A1 and 41. RGB value is (119,161,65). Sum of RGB (Red+Green+Blue) = 119+161+65=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #77A141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A141 is #885EBE. Grayscale: #898989. Windows color (decimal): -8937151 or 4301175. OLE color: 4301175.

HSL color Cylindrical-coordinate representation of color #77A141: hue angle of 86.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77A141 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 161 65 -
CMYK 0.26 0 0.60 0.37
HSL 86.25º 0.42% 0.44% -
HSV(B) 86.25º 0.6% 0.63% -
XYZ 21.31 29.79 9.63 -
YUV 137.5 87.09 114.81 -
System Red Green Blue C M Y K H S L
Decimal 119 161 65 0.26 0 0.60 0.37 86.25 0.42 0.44
Hex 77 A1 41 1A 0 3C 25 56 2A 2C
Octal 167 241 101 32 0 74 45 126 52 54
Binary 1110111 10100001 1000001 11010 0 111100 100101 1010110 101010 101100

Color Harmonies of #77A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A141

Black with #77A141

Text Example


Text Example

White with #77A141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,161,65); }

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

background-color css

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

 a { background-color: rgb(119,161,65); }

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

border-color css

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

 span { border-color: rgb(119,161,65); }

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