#68812C

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

Shades of Olive Drab #68812C

Tints of Olive Drab #68812C

Color information

#68812C (or 0x68812C) is unknown color: approx Olive Drab. HEX triplet: 68, 81 and 2C. RGB value is (104,129,44). Sum of RGB (Red+Green+Blue) = 104+129+44=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #68812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68812C is #977ED3. Grayscale: #707070. Windows color (decimal): -9928404 or 2916712. OLE color: 2916712.

HSL color Cylindrical-coordinate representation of color #68812C: hue angle of 77.65º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68812C is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB10412944-
CMYK0.1900.660.49
HSL77.65º49.13%33.92%-
HSV(B)77.65º65.89%50.59%-
XYZ14.0118.835.28-
YUV111.8489.72122.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=37.55%
G=46.57%
B=15.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129440.1900.660.4977.6549.1333.92
Hex68812C13042314e3122
Octal15020154230102611166142
Binary11010001000000110110010011010000101100011001110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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