#688618

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

Shades of Olive Drab #688618

Tints of Olive Drab #688618

Color information

#688618 (or 0x688618) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 18. RGB value is (104,134,24). Sum of RGB (Red+Green+Blue) = 104+134+24=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #688618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688618 is #9779E7. Grayscale: #707070. Windows color (decimal): -9927144 or 1607272. OLE color: 1607272.

HSL color Cylindrical-coordinate representation of color #688618: hue angle of 76.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #688618 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB10413424-
CMYK0.2200.820.47
HSL76.36º69.62%30.98%-
HSV(B)76.36º82.09%52.55%-
XYZ14.420.063.98-
YUV112.4978.06121.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 134 (52.73% from 255) = 51.15%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=39.69%
G=51.15%
B=9.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134240.2200.820.4776.3669.6230.98
Hex688618160522F4c461f
Octal150206302601225711410637
Binary1101000100001101100010110010100101011111001100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688618; }

 p { color: rgb(104,134,24); }

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

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

 a { background-color: rgb(104,134,24); }

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

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

 span { border-color: rgb(104,134,24); }

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