Html Css Color HEX #758142 Wasabi

📋 copy color: '#758142'

red 117 ◦ green 129 ◦ blue 66

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

Shades of Wasabi #758142

Tints of Wasabi #758142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 37.5%
G = 41.35%
B = 21.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#758142 (or 0x758142) is known color: Wasabi. HEX triplet: 75, 81 and 42. RGB value is (117,129,66). Sum of RGB (Red+Green+Blue) = 117+129+66=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #758142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758142 is #8A7EBD. Grayscale: #767676. Windows color (decimal): -9076414 or 4358517. OLE color: 4358517.

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

Color convert

RGB 117 129 66 -
CMYK 0.09 0 0.49 0.49
HSL 71.43º 0.32% 0.38% -
HSV(B) 71.43º 0.49% 0.51% -
XYZ 16.17 19.88 8.14 -
YUV 118.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 117 129 66 0.09 0 0.49 0.49 71.43 0.32 0.38
Hex 75 81 42 9 0 31 31 47 20 26
Octal 165 201 102 11 0 61 61 107 40 46
Binary 1110101 10000001 1000010 1001 0 110001 110001 1000111 100000 100110

Color Harmonies of #758142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758142

Black with #758142

Text Example


Text Example

White with #758142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758142; }

 p { color: rgb(117,129,66); }

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

background-color css

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

 a { background-color: rgb(117,129,66); }

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

border-color css

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

 span { border-color: rgb(117,129,66); }

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