#6C8E56

Color #6C8E56 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #6C8E56

Tints of Highland #6C8E56

Color information

#6C8E56 (or 0x6C8E56) is unknown color: approx Highland. HEX triplet: 6C, 8E and 56. RGB value is (108,142,86). Sum of RGB (Red+Green+Blue) = 108+142+86=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8E56 is #9371A9. Grayscale: #7D7D7D. Windows color (decimal): -9662890 or 5672556. OLE color: 5672556.

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

Color convert

RGB10814286-
CMYK0.2400.390.44
HSL96.43º24.56%44.71%-
HSV(B)96.43º39.44%55.69%-
XYZ17.5423.2112.36-
YUV125.45105.74115.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.14%
GREEN value IS 142 (55.86% from 255) = 42.26%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=32.14%
G=42.26%
B=25.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108142860.2400.390.4496.4324.5644.71
Hex6C8E56180272C60192d
Octal15421612630047541403155
Binary1101100100011101010110110000100111101100110000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,142,86); }

 H1.HeaderClassName
 {
   color: #6C8E56;
 }
 .AnyTagClassName
 {
   color: #6C8E56;
 }
</style>
background-color css

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

 a { background-color: rgb(108,142,86); }

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

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

 span { border-color: rgb(108,142,86); }

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