Html Css Color HEX #758F40 Wasabi

📋 copy color: '#758F40'

red 117 ◦ green 143 ◦ blue 64

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

Shades of Wasabi #758F40

Tints of Wasabi #758F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 36.11%
G = 44.14%
B = 19.75%

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

#758F40 (or 0x758F40) is known color: Wasabi. HEX triplet: 75, 8F and 40. RGB value is (117,143,64). Sum of RGB (Red+Green+Blue) = 117+143+64=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #758F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F40 is #8A70BF. Grayscale: #7E7E7E. Windows color (decimal): -9072832 or 4231029. OLE color: 4231029.

HSL color Cylindrical-coordinate representation of color #758F40: hue angle of 79.75º 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 #758F40 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 143 64 -
CMYK 0.18 0 0.55 0.44
HSL 79.75º 0.38% 0.41% -
HSV(B) 79.75º 0.55% 0.56% -
XYZ 18.08 23.8 8.49 -
YUV 126.22 92.89 121.42 -
System Red Green Blue C M Y K H S L
Decimal 117 143 64 0.18 0 0.55 0.44 79.75 0.38 0.41
Hex 75 8F 40 12 0 37 2C 50 26 29
Octal 165 217 100 22 0 67 54 120 46 51
Binary 1110101 10001111 1000000 10010 0 110111 101100 1010000 100110 101001

Color Harmonies of #758F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F40

Black with #758F40

Text Example


Text Example

White with #758F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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