#668A0D

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

Shades of Olive Drab #668A0D

Tints of Olive Drab #668A0D

Color information

#668A0D (or 0x668A0D) is unknown color: approx Olive Drab. HEX triplet: 66, 8A and 0D. RGB value is (102,138,13). Sum of RGB (Red+Green+Blue) = 102+138+13=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #668A0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668A0D is #9975F2. Grayscale: #717171. Windows color (decimal): -10057203 or 887398. OLE color: 887398.

HSL color Cylindrical-coordinate representation of color #668A0D: hue angle of 77.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #668A0D is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB10213813-
CMYK0.2600.910.46
HSL77.28º82.78%29.61%-
HSV(B)77.28º90.58%54.12%-
XYZ14.6421.033.67-
YUV112.9971.57120.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 138 (54.30% from 255) = 54.55%
BLUE value IS 13 (5.47% from 255) = 5.14%
R=40.32%
G=54.55%
B=5.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138130.2600.910.4677.2882.7829.61
Hex668AD1A05B2E4d531e
Octal146212153201335611512336
Binary110011010001010110111010010110111011101001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,13); }

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

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

 a { background-color: rgb(102,138,13); }

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

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

 span { border-color: rgb(102,138,13); }

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