Html Css Color HEX #80A730 Sushi

📋 copy color: '#80A730'

red 128 ◦ green 167 ◦ blue 48

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

Shades of Sushi #80A730

Tints of Sushi #80A730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 37.32%
G = 48.69%
B = 13.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#80A730 (or 0x80A730) is known color: Sushi. HEX triplet: 80, A7 and 30. RGB value is (128,167,48). Sum of RGB (Red+Green+Blue) = 128+167+48=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #80A730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A730 is #7F58CF. Grayscale: #8E8E8E. Windows color (decimal): -8345808 or 3188608. OLE color: 3188608.

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

Color convert

RGB 128 167 48 -
CMYK 0.23 0 0.71 0.35
HSL 79.66º 0.55% 0.42% -
HSV(B) 79.66º 0.71% 0.65% -
XYZ 23.25 32.44 7.83 -
YUV 141.77 75.08 118.18 -
System Red Green Blue C M Y K H S L
Decimal 128 167 48 0.23 0 0.71 0.35 79.66 0.55 0.42
Hex 80 A7 30 17 0 47 23 50 37 2A
Octal 200 247 60 27 0 107 43 120 67 52
Binary 10000000 10100111 110000 10111 0 1000111 100011 1010000 110111 101010

Color Harmonies of #80A730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A730

Black with #80A730

Text Example


Text Example

White with #80A730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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