Html Css Color HEX #74893A Wasabi

📋 copy color: '#74893A'

red 116 ◦ green 137 ◦ blue 58

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

Shades of Wasabi #74893A

Tints of Wasabi #74893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 37.3%
G = 44.05%
B = 18.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#74893A (or 0x74893A) is known color: Wasabi. HEX triplet: 74, 89 and 3A. RGB value is (116,137,58). Sum of RGB (Red+Green+Blue) = 116+137+58=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #74893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74893A is #8B76C5. Grayscale: #7A7A7A. Windows color (decimal): -9139910 or 3836276. OLE color: 3836276.

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

Color convert

RGB 116 137 58 -
CMYK 0.15 0 0.58 0.46
HSL 75.95º 0.41% 0.38% -
HSV(B) 75.95º 0.58% 0.54% -
XYZ 16.91 21.91 7.34 -
YUV 121.72 92.04 123.92 -
System Red Green Blue C M Y K H S L
Decimal 116 137 58 0.15 0 0.58 0.46 75.95 0.41 0.38
Hex 74 89 3A F 0 3A 2E 4C 29 26
Octal 164 211 72 17 0 72 56 114 51 46
Binary 1110100 10001001 111010 1111 0 111010 101110 1001100 101001 100110

Color Harmonies of #74893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74893A

Black with #74893A

Text Example


Text Example

White with #74893A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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