#678612

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

Shades of Olive Drab #678612

Tints of Olive Drab #678612

Color information

#678612 (or 0x678612) is unknown color: approx Olive Drab. HEX triplet: 67, 86 and 12. RGB value is (103,134,18). Sum of RGB (Red+Green+Blue) = 103+134+18=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #678612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678612 is #9879ED. Grayscale: #6F6F6F. Windows color (decimal): -9992686 or 1214055. OLE color: 1214055.

HSL color Cylindrical-coordinate representation of color #678612: hue angle of 76.03º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #678612 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB10313418-
CMYK0.2300.870.47
HSL76.03º76.32%29.8%-
HSV(B)76.03º86.57%52.55%-
XYZ14.2319.983.68-
YUV111.5175.23121.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.39%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=40.39%
G=52.55%
B=7.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103134180.2300.870.4776.0376.3229.8
Hex678612170572F4c4c1e
Octal147206222701275711411436
Binary1100111100001101001010111010101111011111001100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678612; }

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

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

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

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

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

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

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

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