#698D0D

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

Shades of Olive Drab #698D0D

Tints of Olive Drab #698D0D

Color information

#698D0D (or 0x698D0D) is unknown color: approx Olive Drab. HEX triplet: 69, 8D and 0D. RGB value is (105,141,13). Sum of RGB (Red+Green+Blue) = 105+141+13=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #698D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D0D is #9672F2. Grayscale: #747474. Windows color (decimal): -9859827 or 888169. OLE color: 888169.

HSL color Cylindrical-coordinate representation of color #698D0D: hue angle of 76.88º 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 #698D0D is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB10514113-
CMYK0.2600.910.45
HSL76.88º83.12%30.2%-
HSV(B)76.88º90.78%55.29%-
XYZ15.4222.083.83-
YUV115.6470.07120.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 141 (55.47% from 255) = 54.44%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=40.54%
G=54.44%
B=5.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141130.2600.910.4576.8883.1230.2
Hex698DD1A05B2D4d531e
Octal151215153201335511512336
Binary110100110001101110111010010110111011011001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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