Html Css Color HEX #758834 Wasabi

📋 copy color: '#758834'

red 117 ◦ green 136 ◦ blue 52

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

Shades of Wasabi #758834

Tints of Wasabi #758834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.59%

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

R = 38.36%
G = 44.59%
B = 17.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#758834 (or 0x758834) is known color: Wasabi. HEX triplet: 75, 88 and 34. RGB value is (117,136,52). Sum of RGB (Red+Green+Blue) = 117+136+52=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #758834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758834 is #8A77CB. Grayscale: #797979. Windows color (decimal): -9074636 or 3442805. OLE color: 3442805.

HSL color Cylindrical-coordinate representation of color #758834: hue angle of 73.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #758834 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 52 -
CMYK 0.14 0 0.62 0.47
HSL 73.57º 0.45% 0.37% -
HSV(B) 73.57º 0.62% 0.53% -
XYZ 16.76 21.64 6.54 -
YUV 120.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 117 136 52 0.14 0 0.62 0.47 73.57 0.45 0.37
Hex 75 88 34 E 0 3E 2F 4A 2D 25
Octal 165 210 64 16 0 76 57 112 55 45
Binary 1110101 10001000 110100 1110 0 111110 101111 1001010 101101 100101

Color Harmonies of #758834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758834

Black with #758834

Text Example


Text Example

White with #758834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758834; }

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

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

background-color css

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

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

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

border-color css

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

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

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