#6C8E53

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

Shades of Highland #6C8E53

Tints of Highland #6C8E53

Color information

#6C8E53 (or 0x6C8E53) is unknown color: approx Highland. HEX triplet: 6C, 8E and 53. RGB value is (108,142,83). Sum of RGB (Red+Green+Blue) = 108+142+83=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8E53 is #9371AC. Grayscale: #7D7D7D. Windows color (decimal): -9662893 or 5475948. OLE color: 5475948.

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

Color convert

RGB10814283-
CMYK0.2400.420.44
HSL94.58º26.22%44.12%-
HSV(B)94.58º41.55%55.69%-
XYZ17.4223.1611.74-
YUV125.11104.24115.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=32.43%
G=42.64%
B=24.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108142830.2400.420.4494.5826.2244.12
Hex6C8E531802A2C5f1a2c
Octal15421612330052541373254
Binary1101100100011101010011110000101010101100101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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