Html Css Color HEX #6E8D55 Highland

📋 copy color: '#6E8D55'

red 110 ◦ green 141 ◦ blue 85

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

Shades of Highland #6E8D55

Tints of Highland #6E8D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.96%

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

R = 32.74%
G = 41.96%
B = 25.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#6E8D55 (or 0x6E8D55) is known color: Highland. HEX triplet: 6E, 8D and 55. RGB value is (110,141,85). Sum of RGB (Red+Green+Blue) = 110+141+85=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8D55 is #9172AA. Grayscale: #7D7D7D. Windows color (decimal): -9532075 or 5606766. OLE color: 5606766.

HSL color Cylindrical-coordinate representation of color #6E8D55: hue angle of 93.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E8D55 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 141 85 -
CMYK 0.22 0 0.40 0.45
HSL 93.21º 0.25% 0.44% -
HSV(B) 93.21º 0.4% 0.55% -
XYZ 17.59 23.02 12.11 -
YUV 125.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 110 141 85 0.22 0 0.40 0.45 93.21 0.25 0.44
Hex 6E 8D 55 16 0 28 2D 5D 19 2C
Octal 156 215 125 26 0 50 55 135 31 54
Binary 1101110 10001101 1010101 10110 0 101000 101101 1011101 11001 101100

Color Harmonies of #6E8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8D55

Black with #6E8D55

Text Example


Text Example

White with #6E8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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