#68862C

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

Shades of Olive Drab #68862C

Tints of Olive Drab #68862C

Color information

#68862C (or 0x68862C) is unknown color: approx Olive Drab. HEX triplet: 68, 86 and 2C. RGB value is (104,134,44). Sum of RGB (Red+Green+Blue) = 104+134+44=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #68862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68862C is #9779D3. Grayscale: #737373. Windows color (decimal): -9927124 or 2917992. OLE color: 2917992.

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

Color convert

RGB10413444-
CMYK0.2200.670.47
HSL80º50.56%34.9%-
HSV(B)80º67.16%52.55%-
XYZ14.6920.185.5-
YUV114.7788.06120.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=36.88%
G=47.52%
B=15.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134440.2200.670.478050.5634.9
Hex68862C160432F503323
Octal15020654260103571206343
Binary11010001000011010110010110010000111011111010000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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