#688233

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

Shades of Olive Drab #688233

Tints of Olive Drab #688233

Color information

#688233 (or 0x688233) is unknown color: approx Olive Drab. HEX triplet: 68, 82 and 33. RGB value is (104,130,51). Sum of RGB (Red+Green+Blue) = 104+130+51=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #688233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688233 is #977DCC. Grayscale: #717171. Windows color (decimal): -9928141 or 3375720. OLE color: 3375720.

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

Color convert

RGB10413051-
CMYK0.200.610.49
HSL79.75º43.65%35.49%-
HSV(B)79.75º60.77%50.98%-
XYZ14.2919.156.07-
YUV113.2292.89121.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=36.49%
G=45.61%
B=17.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130510.200.610.4979.7543.6535.49
Hex6882331403D31502c23
Octal1502026324075611205443
Binary1101000100000101100111010001111011100011010000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688233; }

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

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

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

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

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

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

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

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