Html Css Color HEX #758632 Wasabi

📋 copy color: '#758632'

red 117 ◦ green 134 ◦ blue 50

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

Shades of Wasabi #758632

Tints of Wasabi #758632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

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

R = 38.87%
G = 44.52%
B = 16.61%

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

#758632 (or 0x758632) is known color: Wasabi. HEX triplet: 75, 86 and 32. RGB value is (117,134,50). Sum of RGB (Red+Green+Blue) = 117+134+50=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #758632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758632 is #8A79CD. Grayscale: #777777. Windows color (decimal): -9075150 or 3311221. OLE color: 3311221.

HSL color Cylindrical-coordinate representation of color #758632: hue angle of 72.14º 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 #758632 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 50 -
CMYK 0.13 0 0.63 0.47
HSL 72.14º 0.46% 0.36% -
HSV(B) 72.14º 0.63% 0.53% -
XYZ 16.44 21.06 6.22 -
YUV 119.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 117 134 50 0.13 0 0.63 0.47 72.14 0.46 0.36
Hex 75 86 32 D 0 3F 2F 48 2E 24
Octal 165 206 62 15 0 77 57 110 56 44
Binary 1110101 10000110 110010 1101 0 111111 101111 1001000 101110 100100

Color Harmonies of #758632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758632

Black with #758632

Text Example


Text Example

White with #758632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758632; }

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

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

background-color css

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

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

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

border-color css

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

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

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