#688235

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

Shades of Olive Drab #688235

Tints of Olive Drab #688235

Color information

#688235 (or 0x688235) is unknown color: approx Olive Drab. HEX triplet: 68, 82 and 35. RGB value is (104,130,53). Sum of RGB (Red+Green+Blue) = 104+130+53=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #688235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688235 is #977DCA. Grayscale: #717171. Windows color (decimal): -9928139 or 3506792. OLE color: 3506792.

HSL color Cylindrical-coordinate representation of color #688235: hue angle of 80.26º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #688235 is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB10413053-
CMYK0.200.590.49
HSL80.26º42.08%35.88%-
HSV(B)80.26º59.23%50.98%-
XYZ14.3319.176.31-
YUV113.4593.89121.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=36.24%
G=45.30%
B=18.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130530.200.590.4980.2642.0835.88
Hex6882351403B31502a24
Octal1502026524073611205244
Binary1101000100000101101011010001110111100011010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688235; }

 p { color: rgb(104,130,53); }

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

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

 a { background-color: rgb(104,130,53); }

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

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

 span { border-color: rgb(104,130,53); }

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