#668b01

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

Shades of Olive Drab #668B01

Tints of Olive Drab #668B01

Color information

#668B01 (or 0x668B01) is unknown color: approx Olive Drab. HEX triplet: 66, 8B and 01. RGB value is (102,139,1). Sum of RGB (Red+Green+Blue) = 102+139+1=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #668B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B01 is #9974FE. Grayscale: #707070. Windows color (decimal): -10056959 or 101222. OLE color: 101222.

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

Color convert

RGB1021391-
CMYK0.2700.990.45
HSL76.09º98.57%27.45%-
HSV(B)76.09º99.28%54.51%-
XYZ14.7221.293.36-
YUV112.265.24120.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 139 (54.69% from 255) = 57.44%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=42.15%
G=57.44%
B=0.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10213910.2700.990.4576.0998.5727.45
Hex668B11B0632D4c631b
Octal14621313301435511414333
Binary110011010001011111011011000111011011001100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668b01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,139,1); }

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

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

 a { background-color: rgb(102,139,1); }

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

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

 span { border-color: rgb(102,139,1); }

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

cancel