#668200

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

Shades of Olive #668200

Tints of Olive #668200

Color information

#668200 (or 0x668200) is unknown color: approx Olive. HEX triplet: 66, 82 and 00. RGB value is (102,130,0). Sum of RGB (Red+Green+Blue) = 102+130+0=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #668200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668200 is #997DFF. Grayscale: #6B6B6B. Windows color (decimal): -10059264 or 33382. OLE color: 33382.

HSL color Cylindrical-coordinate representation of color #668200: hue angle of 72.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #668200 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1021300-
CMYK0.22010.49
HSL72.92º100%25.49%-
HSV(B)72.92º100%50.98%-
XYZ13.4618.792.92-
YUV106.8167.72124.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.97%
G=56.03%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10213000.22010.4972.9210025.49
Hex668201606431496419
Octal14620202601446111114431
Binary110011010000010010110011001001100011001001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668200; }

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

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

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

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

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

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

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

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