Html Css Color HEX #80A43D Sushi

📋 copy color: '#80A43D'

red 128 ◦ green 164 ◦ blue 61

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

Shades of Sushi #80A43D

Tints of Sushi #80A43D

RGB

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

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

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

R = 36.26%
G = 46.46%
B = 17.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#80A43D (or 0x80A43D) is known color: Sushi. HEX triplet: 80, A4 and 3D. RGB value is (128,164,61). Sum of RGB (Red+Green+Blue) = 128+164+61=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #80A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A43D is #7F5BC2. Grayscale: #8D8D8D. Windows color (decimal): -8346563 or 4039808. OLE color: 4039808.

HSL color Cylindrical-coordinate representation of color #80A43D: hue angle of 80.97º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80A43D is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 61 -
CMYK 0.22 0 0.63 0.36
HSL 80.97º 0.46% 0.44% -
HSV(B) 80.97º 0.63% 0.64% -
XYZ 23.02 31.48 9.28 -
YUV 141.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 128 164 61 0.22 0 0.63 0.36 80.97 0.46 0.44
Hex 80 A4 3D 16 0 3F 24 51 2E 2C
Octal 200 244 75 26 0 77 44 121 56 54
Binary 10000000 10100100 111101 10110 0 111111 100100 1010001 101110 101100

Color Harmonies of #80A43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A43D

Black with #80A43D

Text Example


Text Example

White with #80A43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,164,61); }

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

background-color css

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

 a { background-color: rgb(128,164,61); }

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

border-color css

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

 span { border-color: rgb(128,164,61); }

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