Html Css Color HEX #758E36 Wasabi

📋 copy color: '#758E36'

red 117 ◦ green 142 ◦ blue 54

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

Shades of Wasabi #758E36

Tints of Wasabi #758E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 37.38%
G = 45.37%
B = 17.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#758E36 (or 0x758E36) is known color: Wasabi. HEX triplet: 75, 8E and 36. RGB value is (117,142,54). Sum of RGB (Red+Green+Blue) = 117+142+54=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #758E36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E36 is #8A71C9. Grayscale: #7C7C7C. Windows color (decimal): -9073098 or 3575413. OLE color: 3575413.

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

Color convert

RGB 117 142 54 -
CMYK 0.18 0 0.62 0.44
HSL 77.05º 0.45% 0.38% -
HSV(B) 77.05º 0.62% 0.56% -
XYZ 17.67 23.39 7.07 -
YUV 124.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 117 142 54 0.18 0 0.62 0.44 77.05 0.45 0.38
Hex 75 8E 36 12 0 3E 2C 4D 2D 26
Octal 165 216 66 22 0 76 54 115 55 46
Binary 1110101 10001110 110110 10010 0 111110 101100 1001101 101101 100110

Color Harmonies of #758E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E36

Black with #758E36

Text Example


Text Example

White with #758E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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