Html Css Color HEX #758537 Wasabi

📋 copy color: '#758537'

red 117 ◦ green 133 ◦ blue 55

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

Shades of Wasabi #758537

Tints of Wasabi #758537

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 38.36%
G = 43.61%
B = 18.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#758537 (or 0x758537) is known color: Wasabi. HEX triplet: 75, 85 and 37. RGB value is (117,133,55). Sum of RGB (Red+Green+Blue) = 117+133+55=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #758537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758537 is #8A7AC8. Grayscale: #777777. Windows color (decimal): -9075401 or 3638645. OLE color: 3638645.

HSL color Cylindrical-coordinate representation of color #758537: hue angle of 72.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #758537 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 55 -
CMYK 0.12 0 0.59 0.48
HSL 72.31º 0.41% 0.37% -
HSV(B) 72.31º 0.59% 0.52% -
XYZ 16.41 20.83 6.77 -
YUV 119.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 117 133 55 0.12 0 0.59 0.48 72.31 0.41 0.37
Hex 75 85 37 C 0 3B 30 48 29 25
Octal 165 205 67 14 0 73 60 110 51 45
Binary 1110101 10000101 110111 1100 0 111011 110000 1001000 101001 100101

Color Harmonies of #758537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758537

Black with #758537

Text Example


Text Example

White with #758537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758537; }

 p { color: rgb(117,133,55); }

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

background-color css

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

 a { background-color: rgb(117,133,55); }

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

border-color css

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

 span { border-color: rgb(117,133,55); }

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