Html Css Color HEX #80A340 Sushi

📋 copy color: '#80A340'

red 128 ◦ green 163 ◦ blue 64

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

Shades of Sushi #80A340

Tints of Sushi #80A340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.92%

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

R = 36.06%
G = 45.92%
B = 18.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#80A340 (or 0x80A340) is known color: Sushi. HEX triplet: 80, A3 and 40. RGB value is (128,163,64). Sum of RGB (Red+Green+Blue) = 128+163+64=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #80A340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A340 is #7F5CBF. Grayscale: #8D8D8D. Windows color (decimal): -8346816 or 4236160. OLE color: 4236160.

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

Color convert

RGB 128 163 64 -
CMYK 0.21 0 0.61 0.36
HSL 81.21º 0.44% 0.45% -
HSV(B) 81.21º 0.61% 0.64% -
XYZ 22.92 31.15 9.66 -
YUV 141.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 128 163 64 0.21 0 0.61 0.36 81.21 0.44 0.45
Hex 80 A3 40 15 0 3D 24 51 2C 2D
Octal 200 243 100 25 0 75 44 121 54 55
Binary 10000000 10100011 1000000 10101 0 111101 100100 1010001 101100 101101

Color Harmonies of #80A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A340

Black with #80A340

Text Example


Text Example

White with #80A340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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