#668D2B

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

Shades of Olive Drab #668D2B

Tints of Olive Drab #668D2B

Color information

#668D2B (or 0x668D2B) is unknown color: approx Olive Drab. HEX triplet: 66, 8D and 2B. RGB value is (102,141,43). Sum of RGB (Red+Green+Blue) = 102+141+43=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #668D2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D2B is #9972D4. Grayscale: #767676. Windows color (decimal): -10056405 or 2854246. OLE color: 2854246.

HSL color Cylindrical-coordinate representation of color #668D2B: hue angle of 83.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #668D2B is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB10214143-
CMYK0.2800.700.45
HSL83.88º53.26%36.08%-
HSV(B)83.88º69.5%55.29%-
XYZ15.4422.055.73-
YUV118.1785.58116.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 141 (55.47% from 255) = 49.30%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=35.66%
G=49.30%
B=15.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102141430.2800.700.4583.8853.2636.08
Hex668D2B1C0462D543524
Octal14621553340106551246544
Binary11001101000110110101111100010001101011011010100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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