#668005

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

Shades of Olive #668005

Tints of Olive #668005

Color information

#668005 (or 0x668005) is unknown color: approx Olive. HEX triplet: 66, 80 and 05. RGB value is (102,128,5). Sum of RGB (Red+Green+Blue) = 102+128+5=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #668005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668005 is #997FFA. Grayscale: #6A6A6A. Windows color (decimal): -10059771 or 360550. OLE color: 360550.

HSL color Cylindrical-coordinate representation of color #668005: hue angle of 72.68º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #668005 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB1021285-
CMYK0.2000.960.50
HSL72.68º92.48%26.08%-
HSV(B)72.68º96.09%50.2%-
XYZ13.2318.272.97-
YUV106.270.89125-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 128 (50.39% from 255) = 54.47%
BLUE value IS 5 (2.34% from 255) = 2.13%
R=43.40%
G=54.47%
B=2.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10212850.2000.960.5072.6892.4826.08
Hex668051406032495c1a
Octal14620052401406211113432
Binary11001101000000010110100011000001100101001001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668005; }

 p { color: rgb(102,128,5); }

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

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

 a { background-color: rgb(102,128,5); }

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

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

 span { border-color: rgb(102,128,5); }

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