Html Css Color HEX #758C46 Wasabi

📋 copy color: '#758C46'

red 117 ◦ green 140 ◦ blue 70

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

Shades of Wasabi #758C46

Tints of Wasabi #758C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 70 (27.73% from 255) = 21.41%

R = 35.78%
G = 42.81%
B = 21.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#758C46 (or 0x758C46) is known color: Wasabi. HEX triplet: 75, 8C and 46. RGB value is (117,140,70). Sum of RGB (Red+Green+Blue) = 117+140+70=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #758C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758C46 is #8A73B9. Grayscale: #7D7D7D. Windows color (decimal): -9073594 or 4623477. OLE color: 4623477.

HSL color Cylindrical-coordinate representation of color #758C46: hue angle of 79.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758C46 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 140 70 -
CMYK 0.16 0 0.50 0.45
HSL 79.71º 0.33% 0.41% -
HSV(B) 79.71º 0.5% 0.55% -
XYZ 17.82 22.98 9.29 -
YUV 125.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 117 140 70 0.16 0 0.50 0.45 79.71 0.33 0.41
Hex 75 8C 46 10 0 32 2D 50 21 29
Octal 165 214 106 20 0 62 55 120 41 51
Binary 1110101 10001100 1000110 10000 0 110010 101101 1010000 100001 101001

Color Harmonies of #758C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C46

Black with #758C46

Text Example


Text Example

White with #758C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,140,70); }

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

background-color css

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

 a { background-color: rgb(117,140,70); }

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

border-color css

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

 span { border-color: rgb(117,140,70); }

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