Html Css Color HEX #809628 Sushi

📋 copy color: '#809628'

red 128 ◦ green 150 ◦ blue 40

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

Shades of Sushi #809628

Tints of Sushi #809628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

 BLUE value IS 40 (16.02% from 255) = 12.58%

R = 40.25%
G = 47.17%
B = 12.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#809628 (or 0x809628) is known color: Sushi. HEX triplet: 80, 96 and 28. RGB value is (128,150,40). Sum of RGB (Red+Green+Blue) = 128+150+40=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #809628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809628 is #7F69D7. Grayscale: #838383. Windows color (decimal): -8350168 or 2659968. OLE color: 2659968.

HSL color Cylindrical-coordinate representation of color #809628: hue angle of 72º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #809628 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 40 -
CMYK 0.15 0 0.73 0.41
HSL 72º 0.58% 0.37% -
HSV(B) 72º 0.73% 0.59% -
XYZ 20.19 26.56 6.07 -
YUV 130.88 76.71 125.94 -
System Red Green Blue C M Y K H S L
Decimal 128 150 40 0.15 0 0.73 0.41 72 0.58 0.37
Hex 80 96 28 F 0 49 29 48 3A 25
Octal 200 226 50 17 0 111 51 110 72 45
Binary 10000000 10010110 101000 1111 0 1001001 101001 1001000 111010 100101

Color Harmonies of #809628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809628

Black with #809628

Text Example


Text Example

White with #809628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809628; }

 p { color: rgb(128,150,40); }

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

background-color css

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

 a { background-color: rgb(128,150,40); }

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

border-color css

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

 span { border-color: rgb(128,150,40); }

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