Html Css Color HEX #74823D Wasabi

📋 copy color: '#74823D'

red 116 ◦ green 130 ◦ blue 61

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

Shades of Wasabi #74823D

Tints of Wasabi #74823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 37.79%
G = 42.35%
B = 19.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#74823D (or 0x74823D) is known color: Wasabi. HEX triplet: 74, 82 and 3D. RGB value is (116,130,61). Sum of RGB (Red+Green+Blue) = 116+130+61=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #74823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74823D is #8B7DC2. Grayscale: #767676. Windows color (decimal): -9141699 or 4031092. OLE color: 4031092.

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

Color convert

RGB 116 130 61 -
CMYK 0.11 0 0.53 0.49
HSL 72.17º 0.36% 0.37% -
HSV(B) 72.17º 0.53% 0.51% -
XYZ 16.03 20.02 7.43 -
YUV 117.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 116 130 61 0.11 0 0.53 0.49 72.17 0.36 0.37
Hex 74 82 3D B 0 35 31 48 24 25
Octal 164 202 75 13 0 65 61 110 44 45
Binary 1110100 10000010 111101 1011 0 110101 110001 1001000 100100 100101

Color Harmonies of #74823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74823D

Black with #74823D

Text Example


Text Example

White with #74823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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