Html Css Color HEX #74873D Wasabi

📋 copy color: '#74873D'

red 116 ◦ green 135 ◦ blue 61

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

Shades of Wasabi #74873D

Tints of Wasabi #74873D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 37.18%
G = 43.27%
B = 19.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#74873D (or 0x74873D) is known color: Wasabi. HEX triplet: 74, 87 and 3D. RGB value is (116,135,61). Sum of RGB (Red+Green+Blue) = 116+135+61=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #74873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74873D is #8B78C2. Grayscale: #797979. Windows color (decimal): -9140419 or 4032372. OLE color: 4032372.

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

Color convert

RGB 116 135 61 -
CMYK 0.14 0 0.55 0.47
HSL 75.41º 0.38% 0.38% -
HSV(B) 75.41º 0.55% 0.53% -
XYZ 16.71 21.38 7.66 -
YUV 120.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 116 135 61 0.14 0 0.55 0.47 75.41 0.38 0.38
Hex 74 87 3D E 0 37 2F 4B 26 26
Octal 164 207 75 16 0 67 57 113 46 46
Binary 1110100 10000111 111101 1110 0 110111 101111 1001011 100110 100110

Color Harmonies of #74873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74873D

Black with #74873D

Text Example


Text Example

White with #74873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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