Html Css Color HEX #819C74 Amulet

📋 copy color: '#819C74'

red 129 ◦ green 156 ◦ blue 116

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

Shades of Amulet #819C74

Tints of Amulet #819C74

RGB

 RED value IS 129 (50.78% from 255) = 32.17%

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 32.17%
G = 38.9%
B = 28.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#819C74 (or 0x819C74) is known color: Amulet. HEX triplet: 81, 9C and 74. RGB value is (129,156,116). Sum of RGB (Red+Green+Blue) = 129+156+116=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #819C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C74 is #7E638B. Grayscale: #8F8F8F. Windows color (decimal): -8283020 or 7642241. OLE color: 7642241.

HSL color Cylindrical-coordinate representation of color #819C74: hue angle of 100.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819C74 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 156 116 -
CMYK 0.17 0 0.26 0.39
HSL 100.5º 0.17% 0.53% -
HSV(B) 100.5º 0.26% 0.61% -
XYZ 24.09 29.71 20.99 -
YUV 143.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 129 156 116 0.17 0 0.26 0.39 100.5 0.17 0.53
Hex 81 9C 74 11 0 1A 27 64 11 35
Octal 201 234 164 21 0 32 47 144 21 65
Binary 10000001 10011100 1110100 10001 0 11010 100111 1100100 10001 110101

Color Harmonies of #819C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819C74

Black with #819C74

Text Example


Text Example

White with #819C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819C74; }

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

 H1.HeaderClassName
 {
   color: #819C74;
 }
 .AnyTagClassName
 {
   color: #819C74;
 }
</style>

background-color css

<style>
 a { background-color: #819C74; }

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

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

border-color css

<style>
 span { border-color: #819C74; }

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

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