#75803F

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

Shades of Wasabi #75803F

Tints of Wasabi #75803F

Color information

#75803F (or 0x75803F) is unknown color: approx Wasabi. HEX triplet: 75, 80 and 3F. RGB value is (117,128,63). Sum of RGB (Red+Green+Blue) = 117+128+63=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #75803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75803F is #8A7FC0. Grayscale: #757575. Windows color (decimal): -9076673 or 4161653. OLE color: 4161653.

HSL color Cylindrical-coordinate representation of color #75803F: hue angle of 70.15º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75803F is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB11712863-
CMYK0.0900.510.50
HSL70.15º34.03%37.45%-
HSV(B)70.15º50.78%50.2%-
XYZ15.9519.587.64-
YUV117.397.36127.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 63 (25% from 255) = 20.45%
R=37.99%
G=41.56%
B=20.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128630.0900.510.5070.1534.0337.45
Hex75803F903332462225
Octal1652007711063621064245
Binary111010110000000111111100101100111100101000110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75803F; }

 p { color: rgb(117,128,63); }

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

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

 a { background-color: rgb(117,128,63); }

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

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

 span { border-color: rgb(117,128,63); }

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