Html Css Color HEX #80A345 Sushi

📋 copy color: '#80A345'

red 128 ◦ green 163 ◦ blue 69

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

Shades of Sushi #80A345

Tints of Sushi #80A345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 35.56%
G = 45.28%
B = 19.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#80A345 (or 0x80A345) is known color: Sushi. HEX triplet: 80, A3 and 45. RGB value is (128,163,69). Sum of RGB (Red+Green+Blue) = 128+163+69=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #80A345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A345 is #7F5CBA. Grayscale: #8E8E8E. Windows color (decimal): -8346811 or 4563840. OLE color: 4563840.

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

Color convert

RGB 128 163 69 -
CMYK 0.21 0 0.58 0.36
HSL 82.34º 0.41% 0.45% -
HSV(B) 82.34º 0.58% 0.64% -
XYZ 23.07 31.21 10.44 -
YUV 141.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 128 163 69 0.21 0 0.58 0.36 82.34 0.41 0.45
Hex 80 A3 45 15 0 3A 24 52 29 2D
Octal 200 243 105 25 0 72 44 122 51 55
Binary 10000000 10100011 1000101 10101 0 111010 100100 1010010 101001 101101

Color Harmonies of #80A345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A345

Black with #80A345

Text Example


Text Example

White with #80A345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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