Html Css Color HEX #666200 Olive

📋 copy color: '#666200'

red 102 ◦ green 98 ◦ blue 0

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

Shades of Olive #666200

Tints of Olive #666200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51%
G = 49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#666200 (or 0x666200) is known color: Olive. HEX triplet: 66, 62 and 00. RGB value is (102,98,0). Sum of RGB (Red+Green+Blue) = 102+98+0=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #666200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666200 is #999DFF. Grayscale: #585858. Windows color (decimal): -10067456 or 25190. OLE color: 25190.

HSL color Cylindrical-coordinate representation of color #666200: hue angle of 57.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #666200 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 98 0 -
CMYK 0 0.04 1 0.6
HSL 57.65º 1% 0.2% -
HSV(B) 57.65º 1% 0.4% -
XYZ 9.85 11.56 1.71 -
YUV 88.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 102 98 0 0 0.04 1 0.6 57.65 1 0.2
Hex 66 62 0 0 4 64 3C 3A 64 14
Octal 146 142 0 0 4 144 74 72 144 24
Binary 1100110 1100010 0 0 100 1100100 111100 111010 1100100 10100

Color Harmonies of #666200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666200

Black with #666200

Text Example


Text Example

White with #666200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666200; }

 p { color: rgb(102,98,0); }

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

background-color css

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

 a { background-color: rgb(102,98,0); }

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

border-color css

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

 span { border-color: rgb(102,98,0); }

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