#688D1B

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

Shades of Olive Drab #688D1B

Tints of Olive Drab #688D1B

Color information

#688D1B (or 0x688D1B) is unknown color: approx Olive Drab. HEX triplet: 68, 8D and 1B. RGB value is (104,141,27). Sum of RGB (Red+Green+Blue) = 104+141+27=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #688D1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D1B is #9772E4. Grayscale: #757575. Windows color (decimal): -9925349 or 1805672. OLE color: 1805672.

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

Color convert

RGB10414127-
CMYK0.2600.810.45
HSL79.47º67.86%32.94%-
HSV(B)79.47º80.85%55.29%-
XYZ15.4322.074.48-
YUV116.9477.24118.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 141 (55.47% from 255) = 51.84%
BLUE value IS 27 (10.94% from 255) = 9.93%
R=38.24%
G=51.84%
B=9.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104141270.2600.810.4579.4767.8632.94
Hex688D1B1A0512D4f4421
Octal150215333201215511710441
Binary11010001000110111011110100101000110110110011111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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