Html Css Color HEX #80A743 Sushi

📋 copy color: '#80A743'

red 128 ◦ green 167 ◦ blue 67

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

Shades of Sushi #80A743

Tints of Sushi #80A743

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.13%

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

R = 35.36%
G = 46.13%
B = 18.51%

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

#80A743 (or 0x80A743) is known color: Sushi. HEX triplet: 80, A7 and 43. RGB value is (128,167,67). Sum of RGB (Red+Green+Blue) = 128+167+67=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #80A743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A743 is #7F58BC. Grayscale: #909090. Windows color (decimal): -8345789 or 4433792. OLE color: 4433792.

HSL color Cylindrical-coordinate representation of color #80A743: hue angle of 83.4º degrees, saturation: 0.43, 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 #80A743 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 167 67 -
CMYK 0.23 0 0.60 0.35
HSL 83.4º 0.43% 0.46% -
HSV(B) 83.4º 0.6% 0.65% -
XYZ 23.73 32.63 10.36 -
YUV 143.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 128 167 67 0.23 0 0.60 0.35 83.4 0.43 0.46
Hex 80 A7 43 17 0 3C 23 53 2B 2E
Octal 200 247 103 27 0 74 43 123 53 56
Binary 10000000 10100111 1000011 10111 0 111100 100011 1010011 101011 101110

Color Harmonies of #80A743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A743

Black with #80A743

Text Example


Text Example

White with #80A743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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