#698408

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

Shades of Olive Drab #698408

Tints of Olive Drab #698408

Color information

#698408 (or 0x698408) is unknown color: approx Olive Drab. HEX triplet: 69, 84 and 08. RGB value is (105,132,8). Sum of RGB (Red+Green+Blue) = 105+132+8=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #698408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698408 is #967BF7. Grayscale: #6E6E6E. Windows color (decimal): -9862136 or 558185. OLE color: 558185.

HSL color Cylindrical-coordinate representation of color #698408: hue angle of 73.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #698408 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB1051328-
CMYK0.2000.940.48
HSL73.06º88.57%27.45%-
HSV(B)73.06º93.94%51.76%-
XYZ14.1219.523.25-
YUV109.7970.55124.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=42.86%
G=53.88%
B=3.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10513280.2000.940.4873.0688.5727.45
Hex698481405E3049591b
Octal151204102401366011113133
Binary110100110000100100010100010111101100001001001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698408; }

 p { color: rgb(105,132,8); }

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

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

 a { background-color: rgb(105,132,8); }

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

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

 span { border-color: rgb(105,132,8); }

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