#668D07

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

Shades of Olive Drab #668D07

Tints of Olive Drab #668D07

Color information

#668D07 (or 0x668D07) is unknown color: approx Olive Drab. HEX triplet: 66, 8D and 07. RGB value is (102,141,7). Sum of RGB (Red+Green+Blue) = 102+141+7=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #668D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668D07 is #9972F8. Grayscale: #727272. Windows color (decimal): -10056441 or 494950. OLE color: 494950.

HSL color Cylindrical-coordinate representation of color #668D07: hue angle of 77.46º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #668D07 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1021417-
CMYK0.2800.950.45
HSL77.46º90.54%29.02%-
HSV(B)77.46º95.04%55.29%-
XYZ15.0421.893.63-
YUV114.0667.58119.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.8%
GREEN value IS 141 (55.47% from 255) = 56.4%
BLUE value IS 7 (3.12% from 255) = 2.8%
R=40.8%
G=56.4%
B=2.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10214170.2800.950.4577.4690.5429.02
Hex668D71C05F2D4d5b1d
Octal14621573401375511513335
Binary11001101000110111111100010111111011011001101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668D07; }

 p { color: rgb(102,141,7); }

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

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

 a { background-color: rgb(102,141,7); }

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

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

 span { border-color: rgb(102,141,7); }

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