#678E12

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

Shades of Olive Drab #678E12

Tints of Olive Drab #678E12

Color information

#678E12 (or 0x678E12) is unknown color: approx Olive Drab. HEX triplet: 67, 8E and 12. RGB value is (103,142,18). Sum of RGB (Red+Green+Blue) = 103+142+18=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #678E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678E12 is #9871ED. Grayscale: #747474. Windows color (decimal): -9990638 or 1216103. OLE color: 1216103.

HSL color Cylindrical-coordinate representation of color #678E12: hue angle of 78.87º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #678E12 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB10314218-
CMYK0.2700.870.44
HSL78.87º77.5%31.37%-
HSV(B)78.87º87.32%55.69%-
XYZ15.3822.274.06-
YUV116.272.58118.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.16%
GREEN value IS 142 (55.86% from 255) = 53.99%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=39.16%
G=53.99%
B=6.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103142180.2700.870.4478.8777.531.37
Hex678E121B0572C4f4e1f
Octal147216223301275411711637
Binary1100111100011101001011011010101111011001001111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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