Html Css Color HEX #839A75 Amulet

📋 copy color: '#839A75'

red 131 ◦ green 154 ◦ blue 117

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

Shades of Amulet #839A75

Tints of Amulet #839A75

RGB

 RED value IS 131 (51.56% from 255) = 32.59%

 GREEN value IS 154 (60.55% from 255) = 38.31%

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 32.59%
G = 38.31%
B = 29.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#839A75 (or 0x839A75) is known color: Amulet. HEX triplet: 83, 9A and 75. RGB value is (131,154,117). Sum of RGB (Red+Green+Blue) = 131+154+117=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #839A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A75 is #7C658A. Grayscale: #8F8F8F. Windows color (decimal): -8152459 or 7707267. OLE color: 7707267.

HSL color Cylindrical-coordinate representation of color #839A75: hue angle of 97.3º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839A75 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 154 117 -
CMYK 0.15 0 0.24 0.40
HSL 97.3º 0.15% 0.53% -
HSV(B) 97.3º 0.24% 0.6% -
XYZ 24.13 29.22 21.2 -
YUV 142.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 131 154 117 0.15 0 0.24 0.40 97.3 0.15 0.53
Hex 83 9A 75 F 0 18 28 61 F 35
Octal 203 232 165 17 0 30 50 141 17 65
Binary 10000011 10011010 1110101 1111 0 11000 101000 1100001 1111 110101

Color Harmonies of #839A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839A75

Black with #839A75

Text Example


Text Example

White with #839A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839A75; }

 p { color: rgb(131,154,117); }

 H1.HeaderClassName
 {
   color: #839A75;
 }
 .AnyTagClassName
 {
   color: #839A75;
 }
</style>

background-color css

<style>
 a { background-color: #839A75; }

 a { background-color: rgb(131,154,117); }

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

border-color css

<style>
 span { border-color: #839A75; }

 span { border-color: rgb(131,154,117); }

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