Html Css Color HEX #839A7F Amulet

📋 copy color: '#839A7F'

red 131 ◦ green 154 ◦ blue 127

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

Shades of Amulet #839A7F

Tints of Amulet #839A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.83%

R = 31.8%
G = 37.38%
B = 30.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#839A7F (or 0x839A7F) is known color: Amulet. HEX triplet: 83, 9A and 7F. RGB value is (131,154,127). Sum of RGB (Red+Green+Blue) = 131+154+127=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 154 - color contains mainly: green. Hex color #839A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A7F is #7C6580. Grayscale: #909090. Windows color (decimal): -8152449 or 8362627. OLE color: 8362627.

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

Color convert

RGB 131 154 127 -
CMYK 0.15 0 0.18 0.40
HSL 111.11º 0.12% 0.55% -
HSV(B) 111.11º 0.18% 0.6% -
XYZ 24.75 29.47 24.46 -
YUV 144.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 131 154 127 0.15 0 0.18 0.40 111.11 0.12 0.55
Hex 83 9A 7F F 0 12 28 6F C 37
Octal 203 232 177 17 0 22 50 157 14 67
Binary 10000011 10011010 1111111 1111 0 10010 101000 1101111 1100 110111

Color Harmonies of #839A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839A7F

Black with #839A7F

Text Example


Text Example

White with #839A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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