Html Css Color HEX #758E43 Wasabi

📋 copy color: '#758E43'

red 117 ◦ green 142 ◦ blue 67

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

Shades of Wasabi #758E43

Tints of Wasabi #758E43

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.56%

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

R = 35.89%
G = 43.56%
B = 20.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#758E43 (or 0x758E43) is known color: Wasabi. HEX triplet: 75, 8E and 43. RGB value is (117,142,67). Sum of RGB (Red+Green+Blue) = 117+142+67=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #758E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E43 is #8A71BC. Grayscale: #7E7E7E. Windows color (decimal): -9073085 or 4427381. OLE color: 4427381.

HSL color Cylindrical-coordinate representation of color #758E43: hue angle of 80º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758E43 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 142 67 -
CMYK 0.18 0 0.53 0.44
HSL 80º 0.36% 0.41% -
HSV(B) 80º 0.53% 0.56% -
XYZ 18.02 23.53 8.9 -
YUV 125.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 117 142 67 0.18 0 0.53 0.44 80 0.36 0.41
Hex 75 8E 43 12 0 35 2C 50 24 29
Octal 165 216 103 22 0 65 54 120 44 51
Binary 1110101 10001110 1000011 10010 0 110101 101100 1010000 100100 101001

Color Harmonies of #758E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E43

Black with #758E43

Text Example


Text Example

White with #758E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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