#6E8235

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

Shades of Olive Drab #6E8235

Tints of Olive Drab #6E8235

Color information

#6E8235 (or 0x6E8235) is unknown color: approx Olive Drab. HEX triplet: 6E, 82 and 35. RGB value is (110,130,53). Sum of RGB (Red+Green+Blue) = 110+130+53=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8235 is #917DCA. Grayscale: #737373. Windows color (decimal): -9534923 or 3506798. OLE color: 3506798.

HSL color Cylindrical-coordinate representation of color #6E8235: hue angle of 75.58º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E8235 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB11013053-
CMYK0.1500.590.49
HSL75.58º42.08%35.88%-
HSV(B)75.58º59.23%50.98%-
XYZ15.0619.546.35-
YUV115.2492.87124.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=37.54%
G=44.37%
B=18.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130530.1500.590.4975.5842.0835.88
Hex6E8235F03B314c2a24
Octal1562026517073611145244
Binary110111010000010110101111101110111100011001100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,53); }

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

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

 a { background-color: rgb(110,130,53); }

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

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

 span { border-color: rgb(110,130,53); }

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