#6E8C25

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

Shades of Olive Drab #6E8C25

Tints of Olive Drab #6E8C25

Color information

#6E8C25 (or 0x6E8C25) is unknown color: approx Olive Drab. HEX triplet: 6E, 8C and 25. RGB value is (110,140,37). Sum of RGB (Red+Green+Blue) = 110+140+37=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8C25 is #9173DA. Grayscale: #777777. Windows color (decimal): -9532379 or 2460782. OLE color: 2460782.

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

Color convert

RGB11014037-
CMYK0.2100.740.45
HSL77.48º58.19%34.71%-
HSV(B)77.48º73.57%54.9%-
XYZ16.1422.25.19-
YUV119.2981.56121.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 140 (55.08% from 255) = 48.78%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=38.33%
G=48.78%
B=12.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110140370.2100.740.4577.4858.1934.71
Hex6E8C251504A2D4d3a23
Octal15621445250112551157243
Binary11011101000110010010110101010010101011011001101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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