Html Css Color HEX #77A13D Sushi

📋 copy color: '#77A13D'

red 119 ◦ green 161 ◦ blue 61

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

Shades of Sushi #77A13D

Tints of Sushi #77A13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 34.9%
G = 47.21%
B = 17.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#77A13D (or 0x77A13D) is known color: Sushi. HEX triplet: 77, A1 and 3D. RGB value is (119,161,61). Sum of RGB (Red+Green+Blue) = 119+161+61=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #77A13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A13D is #885EC2. Grayscale: #898989. Windows color (decimal): -8937155 or 4039031. OLE color: 4039031.

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

Color convert

RGB 119 161 61 -
CMYK 0.26 0 0.62 0.37
HSL 85.2º 0.45% 0.44% -
HSV(B) 85.2º 0.62% 0.63% -
XYZ 21.19 29.75 9.04 -
YUV 137.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 119 161 61 0.26 0 0.62 0.37 85.2 0.45 0.44
Hex 77 A1 3D 1A 0 3E 25 55 2D 2C
Octal 167 241 75 32 0 76 45 125 55 54
Binary 1110111 10100001 111101 11010 0 111110 100101 1010101 101101 101100

Color Harmonies of #77A13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A13D

Black with #77A13D

Text Example


Text Example

White with #77A13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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