#75873C

Color #75873C Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #75873C

Tints of Wasabi #75873C

Color information

#75873C (or 0x75873C) is unknown color: approx Wasabi. HEX triplet: 75, 87 and 3C. RGB value is (117,135,60). Sum of RGB (Red+Green+Blue) = 117+135+60=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #75873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75873C is #8A78C3. Grayscale: #797979. Windows color (decimal): -9074884 or 3966837. OLE color: 3966837.

HSL color Cylindrical-coordinate representation of color #75873C: hue angle of 74.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75873C is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB11713560-
CMYK0.1300.560.47
HSL74.4º38.46%38.24%-
HSV(B)74.4º55.56%52.94%-
XYZ16.8221.447.53-
YUV121.0793.54125.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=37.5%
G=43.27%
B=19.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117135600.1300.560.4774.438.4638.24
Hex75873CD0382F4a2626
Octal1652077415070571124646
Binary111010110000111111100110101110001011111001010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,135,60); }

 H1.HeaderClassName
 {
   color: #75873C;
 }
 .AnyTagClassName
 {
   color: #75873C;
 }
</style>
background-color css

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

 a { background-color: rgb(117,135,60); }

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

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

 span { border-color: rgb(117,135,60); }

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