Html Css Color HEX #74873C Wasabi

📋 copy color: '#74873C'

red 116 ◦ green 135 ◦ blue 60

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

Shades of Wasabi #74873C

Tints of Wasabi #74873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 37.3%
G = 43.41%
B = 19.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#74873C (or 0x74873C) is known color: Wasabi. HEX triplet: 74, 87 and 3C. RGB value is (116,135,60). Sum of RGB (Red+Green+Blue) = 116+135+60=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #74873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74873C is #8B78C3. Grayscale: #797979. Windows color (decimal): -9140420 or 3966836. OLE color: 3966836.

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

Color convert

RGB 116 135 60 -
CMYK 0.14 0 0.56 0.47
HSL 75.2º 0.38% 0.38% -
HSV(B) 75.2º 0.56% 0.53% -
XYZ 16.68 21.37 7.52 -
YUV 120.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 116 135 60 0.14 0 0.56 0.47 75.2 0.38 0.38
Hex 74 87 3C E 0 38 2F 4B 26 26
Octal 164 207 74 16 0 70 57 113 46 46
Binary 1110100 10000111 111100 1110 0 111000 101111 1001011 100110 100110

Color Harmonies of #74873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74873C

Black with #74873C

Text Example


Text Example

White with #74873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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