Html Css Color HEX #80A342 Sushi

📋 copy color: '#80A342'

red 128 ◦ green 163 ◦ blue 66

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

Shades of Sushi #80A342

Tints of Sushi #80A342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 35.85%
G = 45.66%
B = 18.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#80A342 (or 0x80A342) is known color: Sushi. HEX triplet: 80, A3 and 42. RGB value is (128,163,66). Sum of RGB (Red+Green+Blue) = 128+163+66=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #80A342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A342 is #7F5CBD. Grayscale: #8D8D8D. Windows color (decimal): -8346814 or 4367232. OLE color: 4367232.

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

Color convert

RGB 128 163 66 -
CMYK 0.21 0 0.60 0.36
HSL 81.65º 0.42% 0.45% -
HSV(B) 81.65º 0.6% 0.64% -
XYZ 22.98 31.18 9.96 -
YUV 141.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 128 163 66 0.21 0 0.60 0.36 81.65 0.42 0.45
Hex 80 A3 42 15 0 3C 24 52 2A 2D
Octal 200 243 102 25 0 74 44 122 52 55
Binary 10000000 10100011 1000010 10101 0 111100 100100 1010010 101010 101101

Color Harmonies of #80A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A342

Black with #80A342

Text Example


Text Example

White with #80A342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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