Html Css Color HEX #74893C Wasabi

📋 copy color: '#74893C'

red 116 ◦ green 137 ◦ blue 60

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

Shades of Wasabi #74893C

Tints of Wasabi #74893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

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

R = 37.06%
G = 43.77%
B = 19.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#74893C (or 0x74893C) is known color: Wasabi. HEX triplet: 74, 89 and 3C. RGB value is (116,137,60). Sum of RGB (Red+Green+Blue) = 116+137+60=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #74893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74893C is #8B76C3. Grayscale: #7A7A7A. Windows color (decimal): -9139908 or 3967348. OLE color: 3967348.

HSL color Cylindrical-coordinate representation of color #74893C: hue angle of 76.36º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74893C is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 60 -
CMYK 0.15 0 0.56 0.46
HSL 76.36º 0.39% 0.39% -
HSV(B) 76.36º 0.56% 0.54% -
XYZ 16.96 21.93 7.61 -
YUV 121.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 116 137 60 0.15 0 0.56 0.46 76.36 0.39 0.39
Hex 74 89 3C F 0 38 2E 4C 27 27
Octal 164 211 74 17 0 70 56 114 47 47
Binary 1110100 10001001 111100 1111 0 111000 101110 1001100 100111 100111

Color Harmonies of #74893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74893C

Black with #74893C

Text Example


Text Example

White with #74893C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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