#688029

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

Shades of Olive Drab #688029

Tints of Olive Drab #688029

Color information

#688029 (or 0x688029) is unknown color: approx Olive Drab. HEX triplet: 68, 80 and 29. RGB value is (104,128,41). Sum of RGB (Red+Green+Blue) = 104+128+41=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #688029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688029 is #977FD6. Grayscale: #6F6F6F. Windows color (decimal): -9928663 or 2719848. OLE color: 2719848.

HSL color Cylindrical-coordinate representation of color #688029: hue angle of 76.55º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #688029 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB10412841-
CMYK0.1900.680.50
HSL76.55º51.48%33.14%-
HSV(B)76.55º67.97%50.2%-
XYZ13.8318.544.95-
YUV110.9188.55123.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=38.10%
G=46.89%
B=15.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104128410.1900.680.5076.5551.4833.14
Hex68802913044324d3321
Octal15020051230104621156341
Binary11010001000000010100110011010001001100101001101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688029; }

 p { color: rgb(104,128,41); }

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

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

 a { background-color: rgb(104,128,41); }

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

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

 span { border-color: rgb(104,128,41); }

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