Html Css Color HEX #758042 Wasabi

📋 copy color: '#758042'

red 117 ◦ green 128 ◦ blue 66

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

Shades of Wasabi #758042

Tints of Wasabi #758042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 37.62%
G = 41.16%
B = 21.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#758042 (or 0x758042) is known color: Wasabi. HEX triplet: 75, 80 and 42. RGB value is (117,128,66). Sum of RGB (Red+Green+Blue) = 117+128+66=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #758042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758042 is #8A7FBD. Grayscale: #757575. Windows color (decimal): -9076670 or 4358261. OLE color: 4358261.

HSL color Cylindrical-coordinate representation of color #758042: hue angle of 70.65º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758042 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 66 -
CMYK 0.09 0 0.48 0.50
HSL 70.65º 0.32% 0.38% -
HSV(B) 70.65º 0.48% 0.5% -
XYZ 16.04 19.61 8.09 -
YUV 117.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 117 128 66 0.09 0 0.48 0.50 70.65 0.32 0.38
Hex 75 80 42 9 0 30 32 47 20 26
Octal 165 200 102 11 0 60 62 107 40 46
Binary 1110101 10000000 1000010 1001 0 110000 110010 1000111 100000 100110

Color Harmonies of #758042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758042

Black with #758042

Text Example


Text Example

White with #758042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758042; }

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

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

background-color css

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

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

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

border-color css

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

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

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