Html Css Color HEX #74823A Wasabi

📋 copy color: '#74823A'

red 116 ◦ green 130 ◦ blue 58

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

Shades of Wasabi #74823A

Tints of Wasabi #74823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.76%

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

R = 38.16%
G = 42.76%
B = 19.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#74823A (or 0x74823A) is known color: Wasabi. HEX triplet: 74, 82 and 3A. RGB value is (116,130,58). Sum of RGB (Red+Green+Blue) = 116+130+58=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #74823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74823A is #8B7DC5. Grayscale: #757575. Windows color (decimal): -9141702 or 3834484. OLE color: 3834484.

HSL color Cylindrical-coordinate representation of color #74823A: hue angle of 71.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74823A is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 58 -
CMYK 0.11 0 0.55 0.49
HSL 71.67º 0.38% 0.37% -
HSV(B) 71.67º 0.55% 0.51% -
XYZ 15.95 19.98 7.02 -
YUV 117.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 116 130 58 0.11 0 0.55 0.49 71.67 0.38 0.37
Hex 74 82 3A B 0 37 31 48 26 25
Octal 164 202 72 13 0 67 61 110 46 45
Binary 1110100 10000010 111010 1011 0 110111 110001 1001000 100110 100101

Color Harmonies of #74823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74823A

Black with #74823A

Text Example


Text Example

White with #74823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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