#688830

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

Shades of Olive Drab #688830

Tints of Olive Drab #688830

Color information

#688830 (or 0x688830) is unknown color: approx Olive Drab. HEX triplet: 68, 88 and 30. RGB value is (104,136,48). Sum of RGB (Red+Green+Blue) = 104+136+48=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #688830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688830 is #9777CF. Grayscale: #747474. Windows color (decimal): -9926608 or 3180648. OLE color: 3180648.

HSL color Cylindrical-coordinate representation of color #688830: hue angle of 81.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #688830 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB10413648-
CMYK0.2400.650.47
HSL81.82º47.83%36.08%-
HSV(B)81.82º64.71%53.33%-
XYZ15.0520.766.01-
YUV116.489.4119.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=36.11%
G=47.22%
B=16.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136480.2400.650.4781.8247.8336.08
Hex688830180412F523024
Octal15021060300101571226044
Binary11010001000100011000011000010000011011111010010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688830; }

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

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

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

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

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

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

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

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