#68862D

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

Shades of Olive Drab #68862D

Tints of Olive Drab #68862D

Color information

#68862D (or 0x68862D) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 2D. RGB value is (104,134,45). Sum of RGB (Red+Green+Blue) = 104+134+45=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #68862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68862D is #9779D2. Grayscale: #737373. Windows color (decimal): -9927123 or 2983528. OLE color: 2983528.

HSL color Cylindrical-coordinate representation of color #68862D: hue angle of 80.22º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68862D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB10413445-
CMYK0.2200.660.47
HSL80.22º49.72%35.1%-
HSV(B)80.22º66.42%52.55%-
XYZ14.7120.185.6-
YUV114.8888.56120.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=36.75%
G=47.35%
B=15.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134450.2200.660.4780.2249.7235.1
Hex68862D160422F503223
Octal15020655260102571206243
Binary11010001000011010110110110010000101011111010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68862D; }

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

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

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

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

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

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

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

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