Html Css Color HEX #74853C Wasabi

📋 copy color: '#74853C'

red 116 ◦ green 133 ◦ blue 60

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

Shades of Wasabi #74853C

Tints of Wasabi #74853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

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

R = 37.54%
G = 43.04%
B = 19.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#74853C (or 0x74853C) is known color: Wasabi. HEX triplet: 74, 85 and 3C. RGB value is (116,133,60). Sum of RGB (Red+Green+Blue) = 116+133+60=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #74853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74853C is #8B7AC3. Grayscale: #777777. Windows color (decimal): -9140932 or 3966324. OLE color: 3966324.

HSL color Cylindrical-coordinate representation of color #74853C: hue angle of 73.97º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74853C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 60 -
CMYK 0.13 0 0.55 0.48
HSL 73.97º 0.38% 0.38% -
HSV(B) 73.97º 0.55% 0.52% -
XYZ 16.41 20.81 7.43 -
YUV 119.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 116 133 60 0.13 0 0.55 0.48 73.97 0.38 0.38
Hex 74 85 3C D 0 37 30 4A 26 26
Octal 164 205 74 15 0 67 60 112 46 46
Binary 1110100 10000101 111100 1101 0 110111 110000 1001010 100110 100110

Color Harmonies of #74853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74853C

Black with #74853C

Text Example


Text Example

White with #74853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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