Html Css Color HEX #74863C Wasabi

📋 copy color: '#74863C'

red 116 ◦ green 134 ◦ blue 60

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

Shades of Wasabi #74863C

Tints of Wasabi #74863C

RGB

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

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

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

R = 37.42%
G = 43.23%
B = 19.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#74863C (or 0x74863C) is known color: Wasabi. HEX triplet: 74, 86 and 3C. RGB value is (116,134,60). Sum of RGB (Red+Green+Blue) = 116+134+60=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #74863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74863C is #8B79C3. Grayscale: #787878. Windows color (decimal): -9140676 or 3966580. OLE color: 3966580.

HSL color Cylindrical-coordinate representation of color #74863C: hue angle of 74.59º 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 #74863C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 60 -
CMYK 0.13 0 0.55 0.47
HSL 74.59º 0.38% 0.38% -
HSV(B) 74.59º 0.55% 0.53% -
XYZ 16.54 21.09 7.47 -
YUV 120.18 94.04 125.02 -
System Red Green Blue C M Y K H S L
Decimal 116 134 60 0.13 0 0.55 0.47 74.59 0.38 0.38
Hex 74 86 3C D 0 37 2F 4B 26 26
Octal 164 206 74 15 0 67 57 113 46 46
Binary 1110100 10000110 111100 1101 0 110111 101111 1001011 100110 100110

Color Harmonies of #74863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74863C

Black with #74863C

Text Example


Text Example

White with #74863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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