Html Css Color HEX #758F41 Wasabi

📋 copy color: '#758F41'

red 117 ◦ green 143 ◦ blue 65

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

Shades of Wasabi #758F41

Tints of Wasabi #758F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 36%
G = 44%
B = 20%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#758F41 (or 0x758F41) is known color: Wasabi. HEX triplet: 75, 8F and 41. RGB value is (117,143,65). Sum of RGB (Red+Green+Blue) = 117+143+65=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #758F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F41 is #8A70BE. Grayscale: #7E7E7E. Windows color (decimal): -9072831 or 4296565. OLE color: 4296565.

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

Color convert

RGB 117 143 65 -
CMYK 0.18 0 0.55 0.44
HSL 80º 0.38% 0.41% -
HSV(B) 80º 0.55% 0.56% -
XYZ 18.11 23.81 8.64 -
YUV 126.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 117 143 65 0.18 0 0.55 0.44 80 0.38 0.41
Hex 75 8F 41 12 0 37 2C 50 26 29
Octal 165 217 101 22 0 67 54 120 46 51
Binary 1110101 10001111 1000001 10010 0 110111 101100 1010000 100110 101001

Color Harmonies of #758F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F41

Black with #758F41

Text Example


Text Example

White with #758F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,143,65); }

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

background-color css

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

 a { background-color: rgb(117,143,65); }

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

border-color css

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

 span { border-color: rgb(117,143,65); }

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