Html Css Color HEX #80A643 Sushi

📋 copy color: '#80A643'

red 128 ◦ green 166 ◦ blue 67

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

Shades of Sushi #80A643

Tints of Sushi #80A643

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.98%

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 35.46%
G = 45.98%
B = 18.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#80A643 (or 0x80A643) is known color: Sushi. HEX triplet: 80, A6 and 43. RGB value is (128,166,67). Sum of RGB (Red+Green+Blue) = 128+166+67=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #80A643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A643 is #7F59BC. Grayscale: #8F8F8F. Windows color (decimal): -8346045 or 4433536. OLE color: 4433536.

HSL color Cylindrical-coordinate representation of color #80A643: hue angle of 83.03º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80A643 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 67 -
CMYK 0.23 0 0.60 0.35
HSL 83.03º 0.42% 0.46% -
HSV(B) 83.03º 0.6% 0.65% -
XYZ 23.55 32.27 10.3 -
YUV 143.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 128 166 67 0.23 0 0.60 0.35 83.03 0.42 0.46
Hex 80 A6 43 17 0 3C 23 53 2A 2E
Octal 200 246 103 27 0 74 43 123 52 56
Binary 10000000 10100110 1000011 10111 0 111100 100011 1010011 101010 101110

Color Harmonies of #80A643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A643

Black with #80A643

Text Example


Text Example

White with #80A643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,166,67); }

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

background-color css

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

 a { background-color: rgb(128,166,67); }

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

border-color css

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

 span { border-color: rgb(128,166,67); }

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