#688D03

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

Shades of Olive Drab #688D03

Tints of Olive Drab #688D03

Color information

#688D03 (or 0x688D03) is unknown color: approx Olive Drab. HEX triplet: 68, 8D and 03. RGB value is (104,141,3). Sum of RGB (Red+Green+Blue) = 104+141+3=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #688D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688D03 is #9772FC. Grayscale: #727272. Windows color (decimal): -9925373 or 232808. OLE color: 232808.

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

Color convert

RGB1041413-
CMYK0.2600.980.45
HSL76.09º95.83%28.24%-
HSV(B)76.09º97.87%55.29%-
XYZ15.25223.53-
YUV114.265.24120.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 141 (55.47% from 255) = 56.85%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=41.94%
G=56.85%
B=1.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10414130.2600.980.4576.0995.8328.24
Hex688D31A0622D4c601c
Octal15021533201425511414034
Binary1101000100011011111010011000101011011001100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,3); }

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

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

 a { background-color: rgb(104,141,3); }

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

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

 span { border-color: rgb(104,141,3); }

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