Html Css Color HEX #748644 Wasabi

📋 copy color: '#748644'

red 116 ◦ green 134 ◦ blue 68

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

Shades of Wasabi #748644

Tints of Wasabi #748644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

 BLUE value IS 68 (26.95% from 255) = 21.38%

R = 36.48%
G = 42.14%
B = 21.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#748644 (or 0x748644) is known color: Wasabi. HEX triplet: 74, 86 and 44. RGB value is (116,134,68). Sum of RGB (Red+Green+Blue) = 116+134+68=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #748644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748644 is #8B79BB. Grayscale: #797979. Windows color (decimal): -9140668 or 4490868. OLE color: 4490868.

HSL color Cylindrical-coordinate representation of color #748644: hue angle of 76.36º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748644 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 68 -
CMYK 0.13 0 0.49 0.47
HSL 76.36º 0.33% 0.4% -
HSV(B) 76.36º 0.49% 0.53% -
XYZ 16.77 21.18 8.67 -
YUV 121.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 116 134 68 0.13 0 0.49 0.47 76.36 0.33 0.4
Hex 74 86 44 D 0 31 2F 4C 21 28
Octal 164 206 104 15 0 61 57 114 41 50
Binary 1110100 10000110 1000100 1101 0 110001 101111 1001100 100001 101000

Color Harmonies of #748644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748644

Black with #748644

Text Example


Text Example

White with #748644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748644; }

 p { color: rgb(116,134,68); }

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

background-color css

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

 a { background-color: rgb(116,134,68); }

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

border-color css

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

 span { border-color: rgb(116,134,68); }

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