Html Css Color HEX #748542 Wasabi

📋 copy color: '#748542'

red 116 ◦ green 133 ◦ blue 66

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

Shades of Wasabi #748542

Tints of Wasabi #748542

RGB

 RED value IS 116 (45.7% from 255) = 36.83%

 GREEN value IS 133 (52.34% from 255) = 42.22%

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

R = 36.83%
G = 42.22%
B = 20.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#748542 (or 0x748542) is known color: Wasabi. HEX triplet: 74, 85 and 42. RGB value is (116,133,66). Sum of RGB (Red+Green+Blue) = 116+133+66=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #748542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748542 is #8B7ABD. Grayscale: #787878. Windows color (decimal): -9140926 or 4359540. OLE color: 4359540.

HSL color Cylindrical-coordinate representation of color #748542: hue angle of 75.22º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748542 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 66 -
CMYK 0.13 0 0.50 0.48
HSL 75.22º 0.34% 0.39% -
HSV(B) 75.22º 0.5% 0.52% -
XYZ 16.57 20.88 8.31 -
YUV 120.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 116 133 66 0.13 0 0.50 0.48 75.22 0.34 0.39
Hex 74 85 42 D 0 32 30 4B 22 27
Octal 164 205 102 15 0 62 60 113 42 47
Binary 1110100 10000101 1000010 1101 0 110010 110000 1001011 100010 100111

Color Harmonies of #748542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748542

Black with #748542

Text Example


Text Example

White with #748542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748542; }

 p { color: rgb(116,133,66); }

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

background-color css

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

 a { background-color: rgb(116,133,66); }

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

border-color css

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

 span { border-color: rgb(116,133,66); }

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