#68811b

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

Shades of Olive Drab #68811B

Tints of Olive Drab #68811B

Color information

#68811B (or 0x68811B) is unknown color: approx Olive Drab. HEX triplet: 68, 81 and 1B. RGB value is (104,129,27). Sum of RGB (Red+Green+Blue) = 104+129+27=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #68811B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68811B is #977EE4. Grayscale: #6E6E6E. Windows color (decimal): -9928421 or 1802600. OLE color: 1802600.

HSL color Cylindrical-coordinate representation of color #68811B: hue angle of 74.71º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68811B is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB10412927-
CMYK0.1900.790.49
HSL74.71º65.38%30.59%-
HSV(B)74.71º79.07%50.59%-
XYZ13.7618.723.93-
YUV109.981.22123.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 49.62%
BLUE value IS 27 (10.94% from 255) = 10.38%
R=40%
G=49.62%
B=10.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129270.1900.790.4974.7165.3830.59
Hex68811B1304F314b411f
Octal150201332301176111310137
Binary1101000100000011101110011010011111100011001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68811b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68811b; }

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

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

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

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

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

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

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

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