#678D0D

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

Shades of Olive Drab #678D0D

Tints of Olive Drab #678D0D

Color information

#678D0D (or 0x678D0D) is unknown color: approx Olive Drab. HEX triplet: 67, 8D and 0D. RGB value is (103,141,13). Sum of RGB (Red+Green+Blue) = 103+141+13=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #678D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678D0D is #9872F2. Grayscale: #737373. Windows color (decimal): -9990899 or 888167. OLE color: 888167.

HSL color Cylindrical-coordinate representation of color #678D0D: hue angle of 77.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #678D0D is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB10314113-
CMYK0.2700.910.45
HSL77.81º83.12%30.2%-
HSV(B)77.81º90.78%55.29%-
XYZ15.1921.963.82-
YUV115.0570.41119.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 141 (55.47% from 255) = 54.86%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=40.08%
G=54.86%
B=5.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103141130.2700.910.4577.8183.1230.2
Hex678DD1B05B2D4e531e
Octal147215153301335511612336
Binary110011110001101110111011010110111011011001110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678D0D; }

 p { color: rgb(103,141,13); }

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

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

 a { background-color: rgb(103,141,13); }

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

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

 span { border-color: rgb(103,141,13); }

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