#688512

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

Shades of Olive Drab #688512

Tints of Olive Drab #688512

Color information

#688512 (or 0x688512) is unknown color: approx Olive Drab. HEX triplet: 68, 85 and 12. RGB value is (104,133,18). Sum of RGB (Red+Green+Blue) = 104+133+18=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #688512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688512 is #977AED. Grayscale: #6F6F6F. Windows color (decimal): -9927406 or 1213800. OLE color: 1213800.

HSL color Cylindrical-coordinate representation of color #688512: hue angle of 75.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #688512 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB10413318-
CMYK0.2200.860.48
HSL75.13º76.16%29.61%-
HSV(B)75.13º86.47%52.16%-
XYZ14.2119.763.64-
YUV111.2275.39122.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=40.78%
G=52.16%
B=7.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133180.2200.860.4875.1376.1629.61
Hex68851216056304b4c1e
Octal150205222601266011311436
Binary1101000100001011001010110010101101100001001011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688512; }

 p { color: rgb(104,133,18); }

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

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

 a { background-color: rgb(104,133,18); }

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

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

 span { border-color: rgb(104,133,18); }

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