#668D0D

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

Shades of Olive Drab #668D0D

Tints of Olive Drab #668D0D

Color information

#668D0D (or 0x668D0D) is unknown color: approx Olive Drab. HEX triplet: 66, 8D and 0D. RGB value is (102,141,13). Sum of RGB (Red+Green+Blue) = 102+141+13=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #668D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668D0D is #9972F2. Grayscale: #737373. Windows color (decimal): -10056435 or 888166. OLE color: 888166.

HSL color Cylindrical-coordinate representation of color #668D0D: hue angle of 78.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #668D0D is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB10214113-
CMYK0.2800.910.45
HSL78.28º83.12%30.2%-
HSV(B)78.28º90.78%55.29%-
XYZ15.0821.93.81-
YUV114.7570.58118.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 141 (55.47% from 255) = 55.08%
BLUE value IS 13 (5.47% from 255) = 5.08%
R=39.84%
G=55.08%
B=5.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102141130.2800.910.4578.2883.1230.2
Hex668DD1C05B2D4e531e
Octal146215153401335511612336
Binary110011010001101110111100010110111011011001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668D0D; }

 p { color: rgb(102,141,13); }

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

<style>
 a { background-color: #668D0D; }

 a { background-color: rgb(102,141,13); }

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

<style>
 span { border-color: #668D0D; }

 span { border-color: rgb(102,141,13); }

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