#698416

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

Shades of Olive Drab #698416

Tints of Olive Drab #698416

Color information

#698416 (or 0x698416) is unknown color: approx Olive Drab. HEX triplet: 69, 84 and 16. RGB value is (105,132,22). Sum of RGB (Red+Green+Blue) = 105+132+22=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #698416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698416 is #967BE9. Grayscale: #6F6F6F. Windows color (decimal): -9862122 or 1475689. OLE color: 1475689.

HSL color Cylindrical-coordinate representation of color #698416: hue angle of 74.73º degrees, saturation: 0.71, 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 #698416 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB10513222-
CMYK0.2000.830.48
HSL74.73º71.43%30.2%-
HSV(B)74.73º83.33%51.76%-
XYZ14.2219.563.79-
YUV111.3977.55123.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 132 (51.95% from 255) = 50.97%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=40.54%
G=50.97%
B=8.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132220.2000.830.4874.7371.4330.2
Hex69841614053304b471e
Octal151204262401236011310736
Binary1101001100001001011010100010100111100001001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698416; }

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

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

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

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

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

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

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

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