Html Css Color HEX #758944 Wasabi

📋 copy color: '#758944'

red 117 ◦ green 137 ◦ blue 68

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

Shades of Wasabi #758944

Tints of Wasabi #758944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.55%

 BLUE value IS 68 (26.95% from 255) = 21.12%

R = 36.34%
G = 42.55%
B = 21.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#758944 (or 0x758944) is known color: Wasabi. HEX triplet: 75, 89 and 44. RGB value is (117,137,68). Sum of RGB (Red+Green+Blue) = 117+137+68=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #758944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758944 is #8A76BB. Grayscale: #7B7B7B. Windows color (decimal): -9074364 or 4491637. OLE color: 4491637.

HSL color Cylindrical-coordinate representation of color #758944: hue angle of 77.39º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758944 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 68 -
CMYK 0.15 0 0.50 0.46
HSL 77.39º 0.34% 0.4% -
HSV(B) 77.39º 0.5% 0.54% -
XYZ 17.33 22.09 8.82 -
YUV 123.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 117 137 68 0.15 0 0.50 0.46 77.39 0.34 0.4
Hex 75 89 44 F 0 32 2E 4D 22 28
Octal 165 211 104 17 0 62 56 115 42 50
Binary 1110101 10001001 1000100 1111 0 110010 101110 1001101 100010 101000

Color Harmonies of #758944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758944

Black with #758944

Text Example


Text Example

White with #758944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758944; }

 p { color: rgb(117,137,68); }

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

background-color css

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

 a { background-color: rgb(117,137,68); }

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

border-color css

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

 span { border-color: rgb(117,137,68); }

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