Html Css Color HEX #758732 Wasabi

📋 copy color: '#758732'

red 117 ◦ green 135 ◦ blue 50

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

Shades of Wasabi #758732

Tints of Wasabi #758732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 38.74%
G = 44.7%
B = 16.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#758732 (or 0x758732) is known color: Wasabi. HEX triplet: 75, 87 and 32. RGB value is (117,135,50). Sum of RGB (Red+Green+Blue) = 117+135+50=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #758732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758732 is #8A78CD. Grayscale: #787878. Windows color (decimal): -9074894 or 3311477. OLE color: 3311477.

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

Color convert

RGB 117 135 50 -
CMYK 0.13 0 0.63 0.47
HSL 72.71º 0.46% 0.36% -
HSV(B) 72.71º 0.63% 0.53% -
XYZ 16.58 21.34 6.26 -
YUV 119.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 117 135 50 0.13 0 0.63 0.47 72.71 0.46 0.36
Hex 75 87 32 D 0 3F 2F 49 2E 24
Octal 165 207 62 15 0 77 57 111 56 44
Binary 1110101 10000111 110010 1101 0 111111 101111 1001001 101110 100100

Color Harmonies of #758732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758732

Black with #758732

Text Example


Text Example

White with #758732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758732; }

 p { color: rgb(117,135,50); }

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

background-color css

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

 a { background-color: rgb(117,135,50); }

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

border-color css

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

 span { border-color: rgb(117,135,50); }

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