Html Css Color HEX #80B73D Sushi

📋 copy color: '#80B73D'

red 128 ◦ green 183 ◦ blue 61

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

Shades of Sushi #80B73D

Tints of Sushi #80B73D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.19%

 BLUE value IS 61 (24.22% from 255) = 16.4%

R = 34.41%
G = 49.19%
B = 16.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#80B73D (or 0x80B73D) is known color: Sushi. HEX triplet: 80, B7 and 3D. RGB value is (128,183,61). Sum of RGB (Red+Green+Blue) = 128+183+61=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #80B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B73D is #7F48C2. Grayscale: #999999. Windows color (decimal): -8341699 or 4044672. OLE color: 4044672.

HSL color Cylindrical-coordinate representation of color #80B73D: hue angle of 87.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80B73D is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 61 -
CMYK 0.30 0 0.67 0.28
HSL 87.05º 0.5% 0.48% -
HSV(B) 87.05º 0.67% 0.72% -
XYZ 26.68 38.79 10.5 -
YUV 152.65 76.28 110.42 -
System Red Green Blue C M Y K H S L
Decimal 128 183 61 0.30 0 0.67 0.28 87.05 0.5 0.48
Hex 80 B7 3D 1E 0 43 1C 57 32 30
Octal 200 267 75 36 0 103 34 127 62 60
Binary 10000000 10110111 111101 11110 0 1000011 11100 1010111 110010 110000

Color Harmonies of #80B73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B73D

Black with #80B73D

Text Example


Text Example

White with #80B73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,61); }

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

background-color css

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

 a { background-color: rgb(128,183,61); }

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

border-color css

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

 span { border-color: rgb(128,183,61); }

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