Html Css Color HEX #758D36 Wasabi

📋 copy color: '#758D36'

red 117 ◦ green 141 ◦ blue 54

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

Shades of Wasabi #758D36

Tints of Wasabi #758D36

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 37.5%
G = 45.19%
B = 17.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#758D36 (or 0x758D36) is known color: Wasabi. HEX triplet: 75, 8D and 36. RGB value is (117,141,54). Sum of RGB (Red+Green+Blue) = 117+141+54=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #758D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D36 is #8A72C9. Grayscale: #7C7C7C. Windows color (decimal): -9073354 or 3575157. OLE color: 3575157.

HSL color Cylindrical-coordinate representation of color #758D36: hue angle of 76.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #758D36 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 141 54 -
CMYK 0.17 0 0.62 0.45
HSL 76.55º 0.45% 0.38% -
HSV(B) 76.55º 0.62% 0.55% -
XYZ 17.53 23.1 7.02 -
YUV 123.91 88.55 123.07 -
System Red Green Blue C M Y K H S L
Decimal 117 141 54 0.17 0 0.62 0.45 76.55 0.45 0.38
Hex 75 8D 36 11 0 3E 2D 4D 2D 26
Octal 165 215 66 21 0 76 55 115 55 46
Binary 1110101 10001101 110110 10001 0 111110 101101 1001101 101101 100110

Color Harmonies of #758D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758D36

Black with #758D36

Text Example


Text Example

White with #758D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758D36; }

 p { color: rgb(117,141,54); }

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

background-color css

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

 a { background-color: rgb(117,141,54); }

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

border-color css

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

 span { border-color: rgb(117,141,54); }

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