#688030

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

Shades of Olive Drab #688030

Tints of Olive Drab #688030

Color information

#688030 (or 0x688030) is unknown color: approx Olive Drab. HEX triplet: 68, 80 and 30. RGB value is (104,128,48). Sum of RGB (Red+Green+Blue) = 104+128+48=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #688030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688030 is #977FCF. Grayscale: #707070. Windows color (decimal): -9928656 or 3178600. OLE color: 3178600.

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

Color convert

RGB10412848-
CMYK0.1900.620.50
HSL78º45.45%34.51%-
HSV(B)78º62.5%50.2%-
XYZ13.9618.595.65-
YUV111.792.05122.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=37.14%
G=45.71%
B=17.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104128480.1900.620.507845.4534.51
Hex6880301303E324e2d23
Octal1502006023076621165543
Binary1101000100000001100001001101111101100101001110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688030; }

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

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

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

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

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

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

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

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