#688F0C

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

Shades of Olive Drab #688F0C

Tints of Olive Drab #688F0C

Color information

#688F0C (or 0x688F0C) is unknown color: approx Olive Drab. HEX triplet: 68, 8F and 0C. RGB value is (104,143,12). Sum of RGB (Red+Green+Blue) = 104+143+12=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 143 (56.25% from 255 or 55.21% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 143 - color contains mainly: green. Hex color #688F0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688F0C is #9770F3. Grayscale: #747474. Windows color (decimal): -9924852 or 823144. OLE color: 823144.

HSL color Cylindrical-coordinate representation of color #688F0C: hue angle of 77.86º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #688F0C is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB10414312-
CMYK0.2700.920.44
HSL77.86º84.52%30.39%-
HSV(B)77.86º91.61%56.08%-
XYZ15.622.613.89-
YUV116.469.08119.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 143 (56.25% from 255) = 55.21%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=40.15%
G=55.21%
B=4.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104143120.2700.920.4477.8684.5230.39
Hex688FC1B05C2C4e551e
Octal150217143301345411612536
Binary110100010001111110011011010111001011001001110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688F0C; }

 p { color: rgb(104,143,12); }

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

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

 a { background-color: rgb(104,143,12); }

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

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

 span { border-color: rgb(104,143,12); }

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