Html Css Color HEX #80964B Wasabi

📋 copy color: '#80964B'

red 128 ◦ green 150 ◦ blue 75

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

Shades of Wasabi #80964B

Tints of Wasabi #80964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 36.26%
G = 42.49%
B = 21.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#80964B (or 0x80964B) is known color: Wasabi. HEX triplet: 80, 96 and 4B. RGB value is (128,150,75). Sum of RGB (Red+Green+Blue) = 128+150+75=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #80964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80964B is #7F69B4. Grayscale: #878787. Windows color (decimal): -8350133 or 4953728. OLE color: 4953728.

HSL color Cylindrical-coordinate representation of color #80964B: hue angle of 77.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80964B is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 75 -
CMYK 0.15 0 0.5 0.41
HSL 77.6º 0.33% 0.44% -
HSV(B) 77.6º 0.5% 0.59% -
XYZ 21.08 26.91 10.74 -
YUV 134.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 128 150 75 0.15 0 0.5 0.41 77.6 0.33 0.44
Hex 80 96 4B F 0 32 29 4E 21 2C
Octal 200 226 113 17 0 62 51 116 41 54
Binary 10000000 10010110 1001011 1111 0 110010 101001 1001110 100001 101100

Color Harmonies of #80964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80964B

Black with #80964B

Text Example


Text Example

White with #80964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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