#688C12

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

Shades of Olive Drab #688C12

Tints of Olive Drab #688C12

Color information

#688C12 (or 0x688C12) is unknown color: approx Olive Drab. HEX triplet: 68, 8C and 12. RGB value is (104,140,18). Sum of RGB (Red+Green+Blue) = 104+140+18=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #688C12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688C12 is #9773ED. Grayscale: #737373. Windows color (decimal): -9925614 or 1215592. OLE color: 1215592.

HSL color Cylindrical-coordinate representation of color #688C12: hue angle of 77.7º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #688C12 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB10414018-
CMYK0.2600.870.45
HSL77.7º77.22%30.98%-
HSV(B)77.7º87.14%54.9%-
XYZ15.221.743.97-
YUV115.3373.07119.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 140 (55.08% from 255) = 53.44%
BLUE value IS 18 (7.42% from 255) = 6.87%
R=39.69%
G=53.44%
B=6.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104140180.2600.870.4577.777.2230.98
Hex688C121A0572D4e4d1f
Octal150214223201275511611537
Binary1101000100011001001011010010101111011011001110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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