Html Css Color HEX #748735 Wasabi

📋 copy color: '#748735'

red 116 ◦ green 135 ◦ blue 53

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

Shades of Wasabi #748735

Tints of Wasabi #748735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 38.16%
G = 44.41%
B = 17.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#748735 (or 0x748735) is known color: Wasabi. HEX triplet: 74, 87 and 35. RGB value is (116,135,53). Sum of RGB (Red+Green+Blue) = 116+135+53=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #748735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748735 is #8B78CA. Grayscale: #787878. Windows color (decimal): -9140427 or 3508084. OLE color: 3508084.

HSL color Cylindrical-coordinate representation of color #748735: hue angle of 73.9º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #748735 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 53 -
CMYK 0.14 0 0.61 0.47
HSL 73.9º 0.44% 0.37% -
HSV(B) 73.9º 0.61% 0.53% -
XYZ 16.51 21.3 6.61 -
YUV 119.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 116 135 53 0.14 0 0.61 0.47 73.9 0.44 0.37
Hex 74 87 35 E 0 3D 2F 4A 2C 25
Octal 164 207 65 16 0 75 57 112 54 45
Binary 1110100 10000111 110101 1110 0 111101 101111 1001010 101100 100101

Color Harmonies of #748735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748735

Black with #748735

Text Example


Text Example

White with #748735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748735; }

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

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

background-color css

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

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

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

border-color css

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

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

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