Html Css Color HEX #758534 Wasabi

📋 copy color: '#758534'

red 117 ◦ green 133 ◦ blue 52

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

Shades of Wasabi #758534

Tints of Wasabi #758534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 38.74%
G = 44.04%
B = 17.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#758534 (or 0x758534) is known color: Wasabi. HEX triplet: 75, 85 and 34. RGB value is (117,133,52). Sum of RGB (Red+Green+Blue) = 117+133+52=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #758534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758534 is #8A7ACB. Grayscale: #777777. Windows color (decimal): -9075404 or 3442037. OLE color: 3442037.

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

Color convert

RGB 117 133 52 -
CMYK 0.12 0 0.61 0.48
HSL 71.85º 0.44% 0.36% -
HSV(B) 71.85º 0.61% 0.52% -
XYZ 16.34 20.8 6.4 -
YUV 118.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 117 133 52 0.12 0 0.61 0.48 71.85 0.44 0.36
Hex 75 85 34 C 0 3D 30 48 2C 24
Octal 165 205 64 14 0 75 60 110 54 44
Binary 1110101 10000101 110100 1100 0 111101 110000 1001000 101100 100100

Color Harmonies of #758534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758534

Black with #758534

Text Example


Text Example

White with #758534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758534; }

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

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

background-color css

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

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

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

border-color css

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

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

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