#688526

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

Shades of Olive Drab #688526

Tints of Olive Drab #688526

Color information

#688526 (or 0x688526) is unknown color: approx Olive Drab. HEX triplet: 68, 85 and 26. RGB value is (104,133,38). Sum of RGB (Red+Green+Blue) = 104+133+38=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #688526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688526 is #977AD9. Grayscale: #717171. Windows color (decimal): -9927386 or 2524520. OLE color: 2524520.

HSL color Cylindrical-coordinate representation of color #688526: hue angle of 78.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #688526 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB10413338-
CMYK0.2200.710.48
HSL78.32º55.56%33.53%-
HSV(B)78.32º71.43%52.16%-
XYZ14.4519.864.91-
YUV113.585.39121.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=37.82%
G=48.36%
B=13.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133380.2200.710.4878.3255.5633.53
Hex68852616047304e3822
Octal15020546260107601167042
Binary11010001000010110011010110010001111100001001110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688526; }

 p { color: rgb(104,133,38); }

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

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

 a { background-color: rgb(104,133,38); }

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

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

 span { border-color: rgb(104,133,38); }

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