Html Css Color HEX #758731 Wasabi

📋 copy color: '#758731'

red 117 ◦ green 135 ◦ blue 49

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

Shades of Wasabi #758731

Tints of Wasabi #758731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 38.87%
G = 44.85%
B = 16.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#758731 (or 0x758731) is known color: Wasabi. HEX triplet: 75, 87 and 31. RGB value is (117,135,49). Sum of RGB (Red+Green+Blue) = 117+135+49=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #758731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758731 is #8A78CE. Grayscale: #787878. Windows color (decimal): -9074895 or 3245941. OLE color: 3245941.

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

Color convert

RGB 117 135 49 -
CMYK 0.13 0 0.64 0.47
HSL 72.56º 0.47% 0.36% -
HSV(B) 72.56º 0.64% 0.53% -
XYZ 16.55 21.33 6.15 -
YUV 119.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 117 135 49 0.13 0 0.64 0.47 72.56 0.47 0.36
Hex 75 87 31 D 0 40 2F 49 2F 24
Octal 165 207 61 15 0 100 57 111 57 44
Binary 1110101 10000111 110001 1101 0 1000000 101111 1001001 101111 100100

Color Harmonies of #758731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758731

Black with #758731

Text Example


Text Example

White with #758731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758731; }

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

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

background-color css

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

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

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

border-color css

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

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

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