Html Css Color HEX #80A142 Sushi

📋 copy color: '#80A142'

red 128 ◦ green 161 ◦ blue 66

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

Shades of Sushi #80A142

Tints of Sushi #80A142

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.35%

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

R = 36.06%
G = 45.35%
B = 18.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#80A142 (or 0x80A142) is known color: Sushi. HEX triplet: 80, A1 and 42. RGB value is (128,161,66). Sum of RGB (Red+Green+Blue) = 128+161+66=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #80A142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A142 is #7F5EBD. Grayscale: #8C8C8C. Windows color (decimal): -8347326 or 4366720. OLE color: 4366720.

HSL color Cylindrical-coordinate representation of color #80A142: hue angle of 80.84º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80A142 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 161 66 -
CMYK 0.20 0 0.59 0.37
HSL 80.84º 0.42% 0.45% -
HSV(B) 80.84º 0.59% 0.63% -
XYZ 22.63 30.47 9.84 -
YUV 140.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 128 161 66 0.20 0 0.59 0.37 80.84 0.42 0.45
Hex 80 A1 42 14 0 3B 25 51 2A 2D
Octal 200 241 102 24 0 73 45 121 52 55
Binary 10000000 10100001 1000010 10100 0 111011 100101 1010001 101010 101101

Color Harmonies of #80A142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A142

Black with #80A142

Text Example


Text Example

White with #80A142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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