Html Css Color HEX #80A62D Sushi

📋 copy color: '#80A62D'

red 128 ◦ green 166 ◦ blue 45

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

Shades of Sushi #80A62D

Tints of Sushi #80A62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 37.76%
G = 48.97%
B = 13.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#80A62D (or 0x80A62D) is known color: Sushi. HEX triplet: 80, A6 and 2D. RGB value is (128,166,45). Sum of RGB (Red+Green+Blue) = 128+166+45=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #80A62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A62D is #7F59D2. Grayscale: #8D8D8D. Windows color (decimal): -8346067 or 2991744. OLE color: 2991744.

HSL color Cylindrical-coordinate representation of color #80A62D: hue angle of 78.84º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80A62D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 45 -
CMYK 0.23 0 0.73 0.35
HSL 78.84º 0.57% 0.41% -
HSV(B) 78.84º 0.73% 0.65% -
XYZ 23.01 32.05 7.46 -
YUV 140.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 128 166 45 0.23 0 0.73 0.35 78.84 0.57 0.41
Hex 80 A6 2D 17 0 49 23 4F 39 29
Octal 200 246 55 27 0 111 43 117 71 51
Binary 10000000 10100110 101101 10111 0 1001001 100011 1001111 111001 101001

Color Harmonies of #80A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A62D

Black with #80A62D

Text Example


Text Example

White with #80A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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