Html Css Color HEX #80A140 Sushi

📋 copy color: '#80A140'

red 128 ◦ green 161 ◦ blue 64

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

Shades of Sushi #80A140

Tints of Sushi #80A140

RGB

 RED value IS 128 (50.39% from 255) = 36.26%

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

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 36.26%
G = 45.61%
B = 18.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#80A140 (or 0x80A140) is known color: Sushi. HEX triplet: 80, A1 and 40. RGB value is (128,161,64). Sum of RGB (Red+Green+Blue) = 128+161+64=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #80A140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A140 is #7F5EBF. Grayscale: #8C8C8C. Windows color (decimal): -8347328 or 4235648. OLE color: 4235648.

HSL color Cylindrical-coordinate representation of color #80A140: hue angle of 80.41º degrees, saturation: 0.43, 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 #80A140 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 161 64 -
CMYK 0.20 0 0.60 0.37
HSL 80.41º 0.43% 0.44% -
HSV(B) 80.41º 0.6% 0.63% -
XYZ 22.57 30.45 9.54 -
YUV 140.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 128 161 64 0.20 0 0.60 0.37 80.41 0.43 0.44
Hex 80 A1 40 14 0 3C 25 50 2B 2C
Octal 200 241 100 24 0 74 45 120 53 54
Binary 10000000 10100001 1000000 10100 0 111100 100101 1010000 101011 101100

Color Harmonies of #80A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A140

Black with #80A140

Text Example


Text Example

White with #80A140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A140; }

 p { color: rgb(128,161,64); }

 H1.HeaderClassName
 {
   color: #80A140;
 }
 .AnyTagClassName
 {
   color: #80A140;
 }
</style>

background-color css

<style>
 a { background-color: #80A140; }

 a { background-color: rgb(128,161,64); }

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

border-color css

<style>
 span { border-color: #80A140; }

 span { border-color: rgb(128,161,64); }

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