Html Css Color HEX #758849 Wasabi

📋 copy color: '#758849'

red 117 ◦ green 136 ◦ blue 73

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

Shades of Wasabi #758849

Tints of Wasabi #758849

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

 GREEN value IS 136 (53.52% from 255) = 41.72%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 35.89%
G = 41.72%
B = 22.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#758849 (or 0x758849) is known color: Wasabi. HEX triplet: 75, 88 and 49. RGB value is (117,136,73). Sum of RGB (Red+Green+Blue) = 117+136+73=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #758849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758849 is #8A77B6. Grayscale: #7B7B7B. Windows color (decimal): -9074615 or 4819061. OLE color: 4819061.

HSL color Cylindrical-coordinate representation of color #758849: hue angle of 78.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758849 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 73 -
CMYK 0.14 0 0.46 0.47
HSL 78.1º 0.3% 0.41% -
HSV(B) 78.1º 0.46% 0.53% -
XYZ 17.34 21.87 9.61 -
YUV 123.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 117 136 73 0.14 0 0.46 0.47 78.1 0.3 0.41
Hex 75 88 49 E 0 2E 2F 4E 1E 29
Octal 165 210 111 16 0 56 57 116 36 51
Binary 1110101 10001000 1001001 1110 0 101110 101111 1001110 11110 101001

Color Harmonies of #758849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758849

Black with #758849

Text Example


Text Example

White with #758849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758849; }

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

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

background-color css

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

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

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

border-color css

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

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

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