#68910B

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

Shades of Olive Drab #68910B

Tints of Olive Drab #68910B

Color information

#68910B (or 0x68910B) is unknown color: approx Olive Drab. HEX triplet: 68, 91 and 0B. RGB value is (104,145,11). Sum of RGB (Red+Green+Blue) = 104+145+11=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #68910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68910B is #976EF4. Grayscale: #757575. Windows color (decimal): -9924341 or 758120. OLE color: 758120.

HSL color Cylindrical-coordinate representation of color #68910B: hue angle of 78.36º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68910B is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB10414511-
CMYK0.2800.920.43
HSL78.36º85.9%30.59%-
HSV(B)78.36º92.41%56.86%-
XYZ15.8923.223.96-
YUV117.4667.92118.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=40%
G=55.77%
B=4.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104145110.2800.920.4378.3685.930.59
Hex6891B1C05C2B4e561f
Octal150221133401345311612637
Binary110100010010001101111100010111001010111001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68910B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68910B; }

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

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

<style>
 a { background-color: #68910B; }

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

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

<style>
 span { border-color: #68910B; }

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

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