Html Css Color HEX #758442 Wasabi

📋 copy color: '#758442'

red 117 ◦ green 132 ◦ blue 66

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

Shades of Wasabi #758442

Tints of Wasabi #758442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 37.14%
G = 41.9%
B = 20.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#758442 (or 0x758442) is known color: Wasabi. HEX triplet: 75, 84 and 42. RGB value is (117,132,66). Sum of RGB (Red+Green+Blue) = 117+132+66=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #758442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758442 is #8A7BBD. Grayscale: #787878. Windows color (decimal): -9075646 or 4359285. OLE color: 4359285.

HSL color Cylindrical-coordinate representation of color #758442: hue angle of 73.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758442 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 66 -
CMYK 0.11 0 0.5 0.48
HSL 73.64º 0.33% 0.39% -
HSV(B) 73.64º 0.5% 0.52% -
XYZ 16.57 20.68 8.27 -
YUV 119.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 117 132 66 0.11 0 0.5 0.48 73.64 0.33 0.39
Hex 75 84 42 B 0 32 30 4A 21 27
Octal 165 204 102 13 0 62 60 112 41 47
Binary 1110101 10000100 1000010 1011 0 110010 110000 1001010 100001 100111

Color Harmonies of #758442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758442

Black with #758442

Text Example


Text Example

White with #758442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758442; }

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

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

background-color css

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

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

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

border-color css

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

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

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