#678C2D

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

Shades of Olive Drab #678C2D

Tints of Olive Drab #678C2D

Color information

#678C2D (or 0x678C2D) is unknown color: approx Olive Drab. HEX triplet: 67, 8C and 2D. RGB value is (103,140,45). Sum of RGB (Red+Green+Blue) = 103+140+45=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #678C2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678C2D is #9873D2. Grayscale: #767676. Windows color (decimal): -9991123 or 2985063. OLE color: 2985063.

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

Color convert

RGB10314045-
CMYK0.2600.680.45
HSL83.37º51.35%36.27%-
HSV(B)83.37º67.86%54.9%-
XYZ15.4521.835.88-
YUV118.1186.74117.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 140 (55.08% from 255) = 48.61%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=35.76%
G=48.61%
B=15.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103140450.2600.680.4583.3751.3536.27
Hex678C2D1A0442D533324
Octal14721455320104551236344
Binary11001111000110010110111010010001001011011010011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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