#678B16

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

Shades of Olive Drab #678B16

Tints of Olive Drab #678B16

Color information

#678B16 (or 0x678B16) is unknown color: approx Olive Drab. HEX triplet: 67, 8B and 16. RGB value is (103,139,22). Sum of RGB (Red+Green+Blue) = 103+139+22=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #678B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678B16 is #9874E9. Grayscale: #737373. Windows color (decimal): -9991402 or 1477479. OLE color: 1477479.

HSL color Cylindrical-coordinate representation of color #678B16: hue angle of 78.46º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #678B16 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB10313922-
CMYK0.2600.840.45
HSL78.46º72.67%31.57%-
HSV(B)78.46º84.17%54.51%-
XYZ14.9721.414.1-
YUV114.975.57119.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.02%
GREEN value IS 139 (54.69% from 255) = 52.65%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=39.02%
G=52.65%
B=8.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103139220.2600.840.4578.4672.6731.57
Hex678B161A0542D4e4920
Octal147213263201245511611140
Binary11001111000101110110110100101010010110110011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,139,22); }

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

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

 a { background-color: rgb(103,139,22); }

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

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

 span { border-color: rgb(103,139,22); }

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