Html Css Color HEX #758838 Wasabi

📋 copy color: '#758838'

red 117 ◦ green 136 ◦ blue 56

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

Shades of Wasabi #758838

Tints of Wasabi #758838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 37.86%
G = 44.01%
B = 18.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#758838 (or 0x758838) is known color: Wasabi. HEX triplet: 75, 88 and 38. RGB value is (117,136,56). Sum of RGB (Red+Green+Blue) = 117+136+56=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #758838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758838 is #8A77C7. Grayscale: #797979. Windows color (decimal): -9074632 or 3704949. OLE color: 3704949.

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

Color convert

RGB 117 136 56 -
CMYK 0.14 0 0.59 0.47
HSL 74.25º 0.42% 0.38% -
HSV(B) 74.25º 0.59% 0.53% -
XYZ 16.85 21.68 7.04 -
YUV 121.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 117 136 56 0.14 0 0.59 0.47 74.25 0.42 0.38
Hex 75 88 38 E 0 3B 2F 4A 2A 26
Octal 165 210 70 16 0 73 57 112 52 46
Binary 1110101 10001000 111000 1110 0 111011 101111 1001010 101010 100110

Color Harmonies of #758838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758838

Black with #758838

Text Example


Text Example

White with #758838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758838; }

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

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

background-color css

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

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

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

border-color css

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

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

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