#6E8A25

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

Shades of Olive Drab #6E8A25

Tints of Olive Drab #6E8A25

Color information

#6E8A25 (or 0x6E8A25) is unknown color: approx Olive Drab. HEX triplet: 6E, 8A and 25. RGB value is (110,138,37). Sum of RGB (Red+Green+Blue) = 110+138+37=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8A25 is #9175DA. Grayscale: #767676. Windows color (decimal): -9532891 or 2460270. OLE color: 2460270.

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

Color convert

RGB11013837-
CMYK0.2000.730.46
HSL76.63º57.71%34.31%-
HSV(B)76.63º73.19%54.12%-
XYZ15.8521.635.09-
YUV118.1182.22122.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.60%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=38.60%
G=48.42%
B=12.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110138370.2000.730.4676.6357.7134.31
Hex6E8A25140492E4d3a22
Octal15621245240111561157242
Binary11011101000101010010110100010010011011101001101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,138,37); }

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

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

 a { background-color: rgb(110,138,37); }

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

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

 span { border-color: rgb(110,138,37); }

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