Html Css Color HEX #748745 Wasabi

📋 copy color: '#748745'

red 116 ◦ green 135 ◦ blue 69

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

Shades of Wasabi #748745

Tints of Wasabi #748745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 36.25%
G = 42.19%
B = 21.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#748745 (or 0x748745) is known color: Wasabi. HEX triplet: 74, 87 and 45. RGB value is (116,135,69). Sum of RGB (Red+Green+Blue) = 116+135+69=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #748745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748745 is #8B78BA. Grayscale: #7A7A7A. Windows color (decimal): -9140411 or 4556660. OLE color: 4556660.

HSL color Cylindrical-coordinate representation of color #748745: hue angle of 77.27º degrees, saturation: 0.32, 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 #748745 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 69 -
CMYK 0.14 0 0.49 0.47
HSL 77.27º 0.32% 0.4% -
HSV(B) 77.27º 0.49% 0.53% -
XYZ 16.94 21.47 8.88 -
YUV 121.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 116 135 69 0.14 0 0.49 0.47 77.27 0.32 0.4
Hex 74 87 45 E 0 31 2F 4D 20 28
Octal 164 207 105 16 0 61 57 115 40 50
Binary 1110100 10000111 1000101 1110 0 110001 101111 1001101 100000 101000

Color Harmonies of #748745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748745

Black with #748745

Text Example


Text Example

White with #748745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748745; }

 p { color: rgb(116,135,69); }

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

background-color css

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

 a { background-color: rgb(116,135,69); }

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

border-color css

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

 span { border-color: rgb(116,135,69); }

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