#75883A

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

Shades of Wasabi #75883A

Tints of Wasabi #75883A

Color information

#75883A (or 0x75883A) is unknown color: approx Wasabi. HEX triplet: 75, 88 and 3A. RGB value is (117,136,58). Sum of RGB (Red+Green+Blue) = 117+136+58=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #75883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75883A is #8A77C5. Grayscale: #797979. Windows color (decimal): -9074630 or 3836021. OLE color: 3836021.

HSL color Cylindrical-coordinate representation of color #75883A: hue angle of 74.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75883A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB11713658-
CMYK0.1400.570.47
HSL74.62º40.21%38.04%-
HSV(B)74.62º57.35%53.33%-
XYZ16.921.77.3-
YUV121.4392.21124.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=37.62%
G=43.73%
B=18.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136580.1400.570.4774.6240.2138.04
Hex75883AE0392F4b2826
Octal1652107216071571135046
Binary111010110001000111010111001110011011111001011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75883A; }

 p { color: rgb(117,136,58); }

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

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

 a { background-color: rgb(117,136,58); }

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

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

 span { border-color: rgb(117,136,58); }

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