Html Css Color HEX #758243 Wasabi

📋 copy color: '#758243'

red 117 ◦ green 130 ◦ blue 67

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

Shades of Wasabi #758243

Tints of Wasabi #758243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 37.26%
G = 41.4%
B = 21.34%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#758243 (or 0x758243) is known color: Wasabi. HEX triplet: 75, 82 and 43. RGB value is (117,130,67). Sum of RGB (Red+Green+Blue) = 117+130+67=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #758243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758243 is #8A7DBC. Grayscale: #777777. Windows color (decimal): -9076157 or 4424309. OLE color: 4424309.

HSL color Cylindrical-coordinate representation of color #758243: hue angle of 72.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758243 is Cyan = 0.1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 67 -
CMYK 0.1 0 0.48 0.49
HSL 72.38º 0.32% 0.39% -
HSV(B) 72.38º 0.48% 0.51% -
XYZ 16.33 20.15 8.34 -
YUV 118.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 117 130 67 0.1 0 0.48 0.49 72.38 0.32 0.39
Hex 75 82 43 A 0 30 31 48 20 27
Octal 165 202 103 12 0 60 61 110 40 47
Binary 1110101 10000010 1000011 1010 0 110000 110001 1001000 100000 100111

Color Harmonies of #758243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758243

Black with #758243

Text Example


Text Example

White with #758243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758243; }

 p { color: rgb(117,130,67); }

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

background-color css

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

 a { background-color: rgb(117,130,67); }

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

border-color css

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

 span { border-color: rgb(117,130,67); }

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