#667201

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

Shades of Olive #667201

Tints of Olive #667201

Color information

#667201 (or 0x667201) is unknown color: approx Olive. HEX triplet: 66, 72 and 01. RGB value is (102,114,1). Sum of RGB (Red+Green+Blue) = 102+114+1=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #667201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667201 is #998DFE. Grayscale: #616161. Windows color (decimal): -10063359 or 94822. OLE color: 94822.

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

Color convert

RGB1021141-
CMYK0.1100.990.55
HSL66.37º98.26%22.55%-
HSV(B)66.37º99.12%44.71%-
XYZ11.514.862.29-
YUV97.5373.52131.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=47.00%
G=52.53%
B=0.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10211410.1100.990.5566.3798.2622.55
Hex66721B06337426217
Octal14616211301436710214227
Binary1100110111001011011011000111101111000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667201; }

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

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

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

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

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

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

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

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