#678012

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

Shades of Olive Drab #678012

Tints of Olive Drab #678012

Color information

#678012 (or 0x678012) is unknown color: approx Olive Drab. HEX triplet: 67, 80 and 12. RGB value is (103,128,18). Sum of RGB (Red+Green+Blue) = 103+128+18=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #678012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678012 is #987FED. Grayscale: #6C6C6C. Windows color (decimal): -9994222 or 1212519. OLE color: 1212519.

HSL color Cylindrical-coordinate representation of color #678012: hue angle of 73.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #678012 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB10312818-
CMYK0.2000.860.50
HSL73.64º75.34%28.63%-
HSV(B)73.64º85.94%50.2%-
XYZ13.4218.373.41-
YUV107.9877.22124.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.37%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=41.37%
G=51.41%
B=7.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103128180.2000.860.5073.6475.3428.63
Hex67801214056324a4b1d
Octal147200222401266211211335
Binary1100111100000001001010100010101101100101001010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678012; }

 p { color: rgb(103,128,18); }

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

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

 a { background-color: rgb(103,128,18); }

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

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

 span { border-color: rgb(103,128,18); }

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