#698516

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

Shades of Olive Drab #698516

Tints of Olive Drab #698516

Color information

#698516 (or 0x698516) is unknown color: approx Olive Drab. HEX triplet: 69, 85 and 16. RGB value is (105,133,22). Sum of RGB (Red+Green+Blue) = 105+133+22=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #698516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698516 is #967AE9. Grayscale: #707070. Windows color (decimal): -9861866 or 1475945. OLE color: 1475945.

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

Color convert

RGB10513322-
CMYK0.2100.830.48
HSL75.14º71.61%30.39%-
HSV(B)75.14º83.46%52.16%-
XYZ14.3619.843.83-
YUV111.9777.22123.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 133 (52.34% from 255) = 51.15%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=40.38%
G=51.15%
B=8.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133220.2100.830.4875.1471.6130.39
Hex69851615053304b481e
Octal151205262501236011311036
Binary1101001100001011011010101010100111100001001011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698516; }

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

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

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

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

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

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

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

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