Html Css Color HEX #74813F Wasabi

📋 copy color: '#74813F'

red 116 ◦ green 129 ◦ blue 63

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

Shades of Wasabi #74813F

Tints of Wasabi #74813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.88%

 BLUE value IS 63 (25% from 255) = 20.45%

R = 37.66%
G = 41.88%
B = 20.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#74813F (or 0x74813F) is known color: Wasabi. HEX triplet: 74, 81 and 3F. RGB value is (116,129,63). Sum of RGB (Red+Green+Blue) = 116+129+63=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #74813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74813F is #8B7EC0. Grayscale: #757575. Windows color (decimal): -9141953 or 4161908. OLE color: 4161908.

HSL color Cylindrical-coordinate representation of color #74813F: hue angle of 71.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74813F is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 63 -
CMYK 0.10 0 0.51 0.49
HSL 71.82º 0.34% 0.38% -
HSV(B) 71.82º 0.51% 0.51% -
XYZ 15.95 19.77 7.68 -
YUV 117.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 116 129 63 0.10 0 0.51 0.49 71.82 0.34 0.38
Hex 74 81 3F A 0 33 31 48 22 26
Octal 164 201 77 12 0 63 61 110 42 46
Binary 1110100 10000001 111111 1010 0 110011 110001 1001000 100010 100110

Color Harmonies of #74813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74813F

Black with #74813F

Text Example


Text Example

White with #74813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74813F; }

 p { color: rgb(116,129,63); }

 H1.HeaderClassName
 {
   color: #74813F;
 }
 .AnyTagClassName
 {
   color: #74813F;
 }
</style>

background-color css

<style>
 a { background-color: #74813F; }

 a { background-color: rgb(116,129,63); }

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

border-color css

<style>
 span { border-color: #74813F; }

 span { border-color: rgb(116,129,63); }

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