Html Css Color HEX #758B36 Wasabi

📋 copy color: '#758B36'

red 117 ◦ green 139 ◦ blue 54

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

Shades of Wasabi #758B36

Tints of Wasabi #758B36

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.84%

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

R = 37.74%
G = 44.84%
B = 17.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#758B36 (or 0x758B36) is known color: Wasabi. HEX triplet: 75, 8B and 36. RGB value is (117,139,54). Sum of RGB (Red+Green+Blue) = 117+139+54=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #758B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B36 is #8A74C9. Grayscale: #7B7B7B. Windows color (decimal): -9073866 or 3574645. OLE color: 3574645.

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

Color convert

RGB 117 139 54 -
CMYK 0.16 0 0.61 0.45
HSL 75.53º 0.44% 0.38% -
HSV(B) 75.53º 0.61% 0.55% -
XYZ 17.23 22.51 6.93 -
YUV 122.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 117 139 54 0.16 0 0.61 0.45 75.53 0.44 0.38
Hex 75 8B 36 10 0 3D 2D 4C 2C 26
Octal 165 213 66 20 0 75 55 114 54 46
Binary 1110101 10001011 110110 10000 0 111101 101101 1001100 101100 100110

Color Harmonies of #758B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B36

Black with #758B36

Text Example


Text Example

White with #758B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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