#666701

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

Shades of Olive #666701

Tints of Olive #666701

Color information

#666701 (or 0x666701) is unknown color: approx Olive. HEX triplet: 66, 67 and 01. RGB value is (102,103,1). Sum of RGB (Red+Green+Blue) = 102+103+1=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #666701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666701 is #9998FE. Grayscale: #5B5B5B. Windows color (decimal): -10066175 or 92006. OLE color: 92006.

HSL color Cylindrical-coordinate representation of color #666701: hue angle of 60.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #666701 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB1021031-
CMYK0.0100.990.60
HSL60.59º98.08%20.39%-
HSV(B)60.59º99.03%40.39%-
XYZ10.3412.531.9-
YUV91.0777.17135.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 103 (40.62% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=49.51%
G=50%
B=0.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10210310.0100.990.6060.5998.0820.39
Hex6667110633C3d6214
Octal146147110143747514224
Binary110011011001111101100011111100111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666701; }

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

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

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

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

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

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

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

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