Html Css Color HEX #666801 Olive

📋 copy color: '#666801'

red 102 ◦ green 104 ◦ blue 1

#666801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #666801

Tints of Olive #666801

RGB

 RED value IS 102 (40.23% from 255) = 49.28%

 GREEN value IS 104 (41.02% from 255) = 50.24%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 49.28%
G = 50.24%
B = 0.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#666801 (or 0x666801) is known color: Olive. HEX triplet: 66, 68 and 01. RGB value is (102,104,1). Sum of RGB (Red+Green+Blue) = 102+104+1=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #666801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666801 is #9997FE. Grayscale: #5C5C5C. Windows color (decimal): -10065919 or 92262. OLE color: 92262.

HSL color Cylindrical-coordinate representation of color #666801: hue angle of 61.17º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #666801 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 1 -
CMYK 0.02 0 0.99 0.59
HSL 61.17º 0.98% 0.21% -
HSV(B) 61.17º 0.99% 0.41% -
XYZ 10.44 12.73 1.94 -
YUV 91.66 76.84 135.38 -
System Red Green Blue C M Y K H S L
Decimal 102 104 1 0.02 0 0.99 0.59 61.17 0.98 0.21
Hex 66 68 1 2 0 63 3B 3D 62 15
Octal 146 150 1 2 0 143 73 75 142 25
Binary 1100110 1101000 1 10 0 1100011 111011 111101 1100010 10101

Color Harmonies of #666801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666801

Black with #666801

Text Example


Text Example

White with #666801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666801; }

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

 H1.HeaderClassName
 {
   color: #666801;
 }
 .AnyTagClassName
 {
   color: #666801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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