Html Css Color HEX #6E8F50 Highland

📋 copy color: '#6E8F50'

red 110 ◦ green 143 ◦ blue 80

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

Shades of Highland #6E8F50

Tints of Highland #6E8F50

RGB

 RED value IS 110 (43.36% from 255) = 33.03%

 GREEN value IS 143 (56.25% from 255) = 42.94%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 33.03%
G = 42.94%
B = 24.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#6E8F50 (or 0x6E8F50) is known color: Highland. HEX triplet: 6E, 8F and 50. RGB value is (110,143,80). Sum of RGB (Red+Green+Blue) = 110+143+80=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8F50 is #9170AF. Grayscale: #7E7E7E. Windows color (decimal): -9531568 or 5279598. OLE color: 5279598.

HSL color Cylindrical-coordinate representation of color #6E8F50: hue angle of 91.43º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E8F50 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 143 80 -
CMYK 0.23 0 0.44 0.44
HSL 91.43º 0.28% 0.44% -
HSV(B) 91.43º 0.44% 0.56% -
XYZ 17.7 23.54 11.2 -
YUV 125.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 110 143 80 0.23 0 0.44 0.44 91.43 0.28 0.44
Hex 6E 8F 50 17 0 2C 2C 5B 1C 2C
Octal 156 217 120 27 0 54 54 133 34 54
Binary 1101110 10001111 1010000 10111 0 101100 101100 1011011 11100 101100

Color Harmonies of #6E8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8F50

Black with #6E8F50

Text Example


Text Example

White with #6E8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E8F50; }

 p { color: rgb(110,143,80); }

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

background-color css

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

 a { background-color: rgb(110,143,80); }

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

border-color css

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

 span { border-color: rgb(110,143,80); }

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