#698216

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

Shades of Olive Drab #698216

Tints of Olive Drab #698216

Color information

#698216 (or 0x698216) is unknown color: approx Olive Drab. HEX triplet: 69, 82 and 16. RGB value is (105,130,22). Sum of RGB (Red+Green+Blue) = 105+130+22=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #698216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698216 is #967DE9. Grayscale: #6E6E6E. Windows color (decimal): -9862634 or 1475177. OLE color: 1475177.

HSL color Cylindrical-coordinate representation of color #698216: hue angle of 73.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #698216 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB10513022-
CMYK0.1900.830.49
HSL73.89º71.05%29.8%-
HSV(B)73.89º83.08%50.98%-
XYZ13.9519.033.7-
YUV110.2178.22124.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=40.86%
G=50.58%
B=8.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130220.1900.830.4973.8971.0529.8
Hex69821613053314a471e
Octal151202262301236111210736
Binary1101001100000101011010011010100111100011001010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698216; }

 p { color: rgb(105,130,22); }

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

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

 a { background-color: rgb(105,130,22); }

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

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

 span { border-color: rgb(105,130,22); }

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