Html Css Color HEX #6E8955 Highland

📋 copy color: '#6E8955'

red 110 ◦ green 137 ◦ blue 85

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

Shades of Highland #6E8955

Tints of Highland #6E8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 33.13%
G = 41.27%
B = 25.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#6E8955 (or 0x6E8955) is known color: Highland. HEX triplet: 6E, 89 and 55. RGB value is (110,137,85). Sum of RGB (Red+Green+Blue) = 110+137+85=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8955 is #9176AA. Grayscale: #7B7B7B. Windows color (decimal): -9533099 or 5605742. OLE color: 5605742.

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

Color convert

RGB 110 137 85 -
CMYK 0.20 0 0.38 0.46
HSL 91.15º 0.23% 0.44% -
HSV(B) 91.15º 0.38% 0.54% -
XYZ 17.02 21.86 11.92 -
YUV 123 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 110 137 85 0.20 0 0.38 0.46 91.15 0.23 0.44
Hex 6E 89 55 14 0 26 2E 5B 17 2C
Octal 156 211 125 24 0 46 56 133 27 54
Binary 1101110 10001001 1010101 10100 0 100110 101110 1011011 10111 101100

Color Harmonies of #6E8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8955

Black with #6E8955

Text Example


Text Example

White with #6E8955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,85); }

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

background-color css

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

 a { background-color: rgb(110,137,85); }

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

border-color css

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

 span { border-color: rgb(110,137,85); }

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