#6e8c52

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

Shades of Highland #6E8C52

Tints of Highland #6E8C52

Color information

#6E8C52 (or 0x6E8C52) is unknown color: approx Highland. HEX triplet: 6E, 8C and 52. RGB value is (110,140,82). Sum of RGB (Red+Green+Blue) = 110+140+82=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8C52 is #9173AD. Grayscale: #7C7C7C. Windows color (decimal): -9532334 or 5409902. OLE color: 5409902.

HSL color Cylindrical-coordinate representation of color #6E8C52: hue angle of 91.03º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E8C52 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB11014082-
CMYK0.2100.410.45
HSL91.03º26.13%43.53%-
HSV(B)91.03º41.43%54.9%-
XYZ17.3322.6811.45-
YUV124.42104.06117.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=33.13%
G=42.17%
B=24.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110140820.2100.410.4591.0326.1343.53
Hex6E8C52150292D5b1a2c
Octal15621412225051551333254
Binary1101110100011001010010101010101001101101101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e8c52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,140,82); }

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

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

 a { background-color: rgb(110,140,82); }

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

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

 span { border-color: rgb(110,140,82); }

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