Html Css Color HEX #839370 Highland

📋 copy color: '#839370'

red 131 ◦ green 147 ◦ blue 112

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

Shades of Highland #839370

Tints of Highland #839370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 33.59%
G = 37.69%
B = 28.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#839370 (or 0x839370) is known color: Highland. HEX triplet: 83, 93 and 70. RGB value is (131,147,112). Sum of RGB (Red+Green+Blue) = 131+147+112=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #839370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839370 is #7C6C8F. Grayscale: #8A8A8A. Windows color (decimal): -8154256 or 7377795. OLE color: 7377795.

HSL color Cylindrical-coordinate representation of color #839370: hue angle of 87.43º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839370 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 112 -
CMYK 0.11 0 0.24 0.42
HSL 87.43º 0.14% 0.51% -
HSV(B) 87.43º 0.24% 0.58% -
XYZ 22.72 26.86 19.32 -
YUV 138.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 131 147 112 0.11 0 0.24 0.42 87.43 0.14 0.51
Hex 83 93 70 B 0 18 2A 57 E 33
Octal 203 223 160 13 0 30 52 127 16 63
Binary 10000011 10010011 1110000 1011 0 11000 101010 1010111 1110 110011

Color Harmonies of #839370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839370

Black with #839370

Text Example


Text Example

White with #839370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839370; }

 p { color: rgb(131,147,112); }

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

background-color css

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

 a { background-color: rgb(131,147,112); }

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

border-color css

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

 span { border-color: rgb(131,147,112); }

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