#698B0D

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

Shades of Olive Drab #698B0D

Tints of Olive Drab #698B0D

Color information

#698B0D (or 0x698B0D) is unknown color: approx Olive Drab. HEX triplet: 69, 8B and 0D. RGB value is (105,139,13). Sum of RGB (Red+Green+Blue) = 105+139+13=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #698B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698B0D is #9674F2. Grayscale: #727272. Windows color (decimal): -9860339 or 887657. OLE color: 887657.

HSL color Cylindrical-coordinate representation of color #698B0D: hue angle of 76.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #698B0D is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB10513913-
CMYK0.2400.910.45
HSL76.19º82.89%29.8%-
HSV(B)76.19º90.65%54.51%-
XYZ15.1321.53.73-
YUV114.4770.74121.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 139 (54.69% from 255) = 54.09%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=40.86%
G=54.09%
B=5.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105139130.2400.910.4576.1982.8929.8
Hex698BD1805B2D4c531e
Octal151213153001335511412336
Binary110100110001011110111000010110111011011001100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698B0D; }

 p { color: rgb(105,139,13); }

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

<style>
 a { background-color: #698B0D; }

 a { background-color: rgb(105,139,13); }

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

<style>
 span { border-color: #698B0D; }

 span { border-color: rgb(105,139,13); }

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