#678A1B

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

Shades of Olive Drab #678A1B

Tints of Olive Drab #678A1B

Color information

#678A1B (or 0x678A1B) is unknown color: approx Olive Drab. HEX triplet: 67, 8A and 1B. RGB value is (103,138,27). Sum of RGB (Red+Green+Blue) = 103+138+27=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #678A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A1B is #9875E4. Grayscale: #737373. Windows color (decimal): -9991653 or 1804903. OLE color: 1804903.

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

Color convert

RGB10313827-
CMYK0.2500.800.46
HSL78.92º67.27%32.35%-
HSV(B)78.92º80.43%54.12%-
XYZ14.8821.144.33-
YUV114.8878.4119.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.43%
GREEN value IS 138 (54.30% from 255) = 51.49%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=38.43%
G=51.49%
B=10.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal103138270.2500.800.4678.9267.2732.35
Hex678A1B190502E4f4320
Octal147212333101205611710340
Binary11001111000101011011110010101000010111010011111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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