#678A2D

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

Shades of Olive Drab #678A2D

Tints of Olive Drab #678A2D

Color information

#678A2D (or 0x678A2D) is unknown color: approx Olive Drab. HEX triplet: 67, 8A and 2D. RGB value is (103,138,45). Sum of RGB (Red+Green+Blue) = 103+138+45=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #678A2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A2D is #9875D2. Grayscale: #757575. Windows color (decimal): -9991635 or 2984551. OLE color: 2984551.

HSL color Cylindrical-coordinate representation of color #678A2D: hue angle of 82.58º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #678A2D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB10313845-
CMYK0.2500.670.46
HSL82.58º50.82%35.88%-
HSV(B)82.58º67.39%54.12%-
XYZ15.1621.255.79-
YUV116.9387.4118.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.01%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=36.01%
G=48.25%
B=15.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal103138450.2500.670.4682.5850.8235.88
Hex678A2D190432E533324
Octal14721255310103561236344
Binary11001111000101010110111001010000111011101010011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,138,45); }

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

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

 a { background-color: rgb(103,138,45); }

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

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

 span { border-color: rgb(103,138,45); }

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