#688634

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

Shades of Olive Drab #688634

Tints of Olive Drab #688634

Color information

#688634 (or 0x688634) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 34. RGB value is (104,134,52). Sum of RGB (Red+Green+Blue) = 104+134+52=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #688634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688634 is #9779CB. Grayscale: #737373. Windows color (decimal): -9927116 or 3442280. OLE color: 3442280.

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

Color convert

RGB10413452-
CMYK0.2200.610.47
HSL81.95º44.09%36.47%-
HSV(B)81.95º61.19%52.55%-
XYZ14.8520.246.37-
YUV115.6892.06119.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=35.86%
G=46.21%
B=17.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134520.2200.610.4781.9544.0936.47
Hex6886341603D2F522c24
Octal1502066426075571225444
Binary1101000100001101101001011001111011011111010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688634; }

 p { color: rgb(104,134,52); }

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

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

 a { background-color: rgb(104,134,52); }

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

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

 span { border-color: rgb(104,134,52); }

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