#68911D

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

Shades of Olive Drab #68911D

Tints of Olive Drab #68911D

Color information

#68911D (or 0x68911D) is unknown color: approx Olive Drab. HEX triplet: 68, 91 and 1D. RGB value is (104,145,29). Sum of RGB (Red+Green+Blue) = 104+145+29=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #68911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68911D is #976EE2. Grayscale: #777777. Windows color (decimal): -9924323 or 1937768. OLE color: 1937768.

HSL color Cylindrical-coordinate representation of color #68911D: hue angle of 81.21º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68911D is Cyan = 0.28, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB10414529-
CMYK0.2800.80.43
HSL81.21º66.67%34.12%-
HSV(B)81.21º80%56.86%-
XYZ16.0623.284.81-
YUV119.5276.92116.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 29 (11.72% from 255) = 10.43%
R=37.41%
G=52.16%
B=10.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104145290.2800.80.4381.2166.6734.12
Hex68911D1C0502B514322
Octal150221353401205312110342
Binary11010001001000111101111000101000010101110100011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68911D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,145,29); }

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

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

 a { background-color: rgb(104,145,29); }

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

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

 span { border-color: rgb(104,145,29); }

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