Html Css Color HEX #80993C Wasabi

📋 copy color: '#80993C'

red 128 ◦ green 153 ◦ blue 60

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

Shades of Wasabi #80993C

Tints of Wasabi #80993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.87%

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 37.54%
G = 44.87%
B = 17.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#80993C (or 0x80993C) is known color: Wasabi. HEX triplet: 80, 99 and 3C. RGB value is (128,153,60). Sum of RGB (Red+Green+Blue) = 128+153+60=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #80993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80993C is #7F66C3. Grayscale: #878787. Windows color (decimal): -8349380 or 3971456. OLE color: 3971456.

HSL color Cylindrical-coordinate representation of color #80993C: hue angle of 76.13º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80993C is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 60 -
CMYK 0.16 0 0.61 0.4
HSL 76.13º 0.44% 0.42% -
HSV(B) 76.13º 0.61% 0.6% -
XYZ 21.11 27.7 8.51 -
YUV 134.92 85.72 123.06 -
System Red Green Blue C M Y K H S L
Decimal 128 153 60 0.16 0 0.61 0.4 76.13 0.44 0.42
Hex 80 99 3C 10 0 3D 28 4C 2C 2A
Octal 200 231 74 20 0 75 50 114 54 52
Binary 10000000 10011001 111100 10000 0 111101 101000 1001100 101100 101010

Color Harmonies of #80993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80993C

Black with #80993C

Text Example


Text Example

White with #80993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80993C; }

 p { color: rgb(128,153,60); }

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

background-color css

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

 a { background-color: rgb(128,153,60); }

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

border-color css

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

 span { border-color: rgb(128,153,60); }

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