#698414

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

Shades of Olive Drab #698414

Tints of Olive Drab #698414

Color information

#698414 (or 0x698414) is unknown color: approx Olive Drab. HEX triplet: 69, 84 and 14. RGB value is (105,132,20). Sum of RGB (Red+Green+Blue) = 105+132+20=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #698414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698414 is #967BEB. Grayscale: #6F6F6F. Windows color (decimal): -9862124 or 1344617. OLE color: 1344617.

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

Color convert

RGB10513220-
CMYK0.2000.850.48
HSL74.46º73.68%29.8%-
HSV(B)74.46º84.85%51.76%-
XYZ14.219.563.69-
YUV111.1676.55123.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 20 (8.20% from 255) = 7.78%
R=40.86%
G=51.36%
B=7.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132200.2000.850.4874.4673.6829.8
Hex69841414055304a4a1e
Octal151204242401256011211236
Binary1101001100001001010010100010101011100001001010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698414; }

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

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

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

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

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

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

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

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