Html Css Color HEX #758A33 Wasabi

📋 copy color: '#758A33'

red 117 ◦ green 138 ◦ blue 51

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

Shades of Wasabi #758A33

Tints of Wasabi #758A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.1%

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 38.24%
G = 45.1%
B = 16.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#758A33 (or 0x758A33) is known color: Wasabi. HEX triplet: 75, 8A and 33. RGB value is (117,138,51). Sum of RGB (Red+Green+Blue) = 117+138+51=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #758A33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A33 is #8A75CC. Grayscale: #7A7A7A. Windows color (decimal): -9074125 or 3377781. OLE color: 3377781.

HSL color Cylindrical-coordinate representation of color #758A33: hue angle of 74.48º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #758A33 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 138 51 -
CMYK 0.15 0 0.63 0.46
HSL 74.48º 0.46% 0.37% -
HSV(B) 74.48º 0.63% 0.54% -
XYZ 17.02 22.2 6.52 -
YUV 121.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 117 138 51 0.15 0 0.63 0.46 74.48 0.46 0.37
Hex 75 8A 33 F 0 3F 2E 4A 2E 25
Octal 165 212 63 17 0 77 56 112 56 45
Binary 1110101 10001010 110011 1111 0 111111 101110 1001010 101110 100101

Color Harmonies of #758A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A33

Black with #758A33

Text Example


Text Example

White with #758A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,51); }

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

background-color css

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

 a { background-color: rgb(117,138,51); }

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

border-color css

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

 span { border-color: rgb(117,138,51); }

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