Html Css Color HEX #77A441 Sushi

📋 copy color: '#77A441'

red 119 ◦ green 164 ◦ blue 65

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

Shades of Sushi #77A441

Tints of Sushi #77A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.13%

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

R = 34.2%
G = 47.13%
B = 18.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#77A441 (or 0x77A441) is known color: Sushi. HEX triplet: 77, A4 and 41. RGB value is (119,164,65). Sum of RGB (Red+Green+Blue) = 119+164+65=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #77A441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A441 is #885BBE. Grayscale: #8B8B8B. Windows color (decimal): -8936383 or 4301943. OLE color: 4301943.

HSL color Cylindrical-coordinate representation of color #77A441: hue angle of 87.27º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77A441 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 164 65 -
CMYK 0.27 0 0.60 0.36
HSL 87.27º 0.43% 0.45% -
HSV(B) 87.27º 0.6% 0.64% -
XYZ 21.84 30.85 9.81 -
YUV 139.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 119 164 65 0.27 0 0.60 0.36 87.27 0.43 0.45
Hex 77 A4 41 1B 0 3C 24 57 2B 2D
Octal 167 244 101 33 0 74 44 127 53 55
Binary 1110111 10100100 1000001 11011 0 111100 100100 1010111 101011 101101

Color Harmonies of #77A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A441

Black with #77A441

Text Example


Text Example

White with #77A441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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