Html Css Color HEX #6E8956 Highland

📋 copy color: '#6E8956'

red 110 ◦ green 137 ◦ blue 86

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

Shades of Highland #6E8956

Tints of Highland #6E8956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.83%

R = 33.03%
G = 41.14%
B = 25.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#6E8956 (or 0x6E8956) is known color: Highland. HEX triplet: 6E, 89 and 56. RGB value is (110,137,86). Sum of RGB (Red+Green+Blue) = 110+137+86=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8956 is #9176A9. Grayscale: #7B7B7B. Windows color (decimal): -9533098 or 5671278. OLE color: 5671278.

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

Color convert

RGB 110 137 86 -
CMYK 0.20 0 0.37 0.46
HSL 91.76º 0.23% 0.44% -
HSV(B) 91.76º 0.37% 0.54% -
XYZ 17.06 21.88 12.13 -
YUV 123.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 110 137 86 0.20 0 0.37 0.46 91.76 0.23 0.44
Hex 6E 89 56 14 0 25 2E 5C 17 2C
Octal 156 211 126 24 0 45 56 134 27 54
Binary 1101110 10001001 1010110 10100 0 100101 101110 1011100 10111 101100

Color Harmonies of #6E8956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8956

Black with #6E8956

Text Example


Text Example

White with #6E8956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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