#698106

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

Shades of Olive #698106

Tints of Olive #698106

Color information

#698106 (or 0x698106) is unknown color: approx Olive. HEX triplet: 69, 81 and 06. RGB value is (105,129,6). Sum of RGB (Red+Green+Blue) = 105+129+6=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #698106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698106 is #967EF9. Grayscale: #6C6C6C. Windows color (decimal): -9862906 or 426345. OLE color: 426345.

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

Color convert

RGB1051296-
CMYK0.1900.950.49
HSL71.71º91.11%26.47%-
HSV(B)71.71º95.35%50.59%-
XYZ13.7118.723.06-
YUV107.870.55126-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 6 (2.73% from 255) = 2.5%
R=43.75%
G=53.75%
B=2.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10512960.1900.950.4971.7191.1126.47
Hex698161305F31485b1a
Octal15120162301376111013332
Binary11010011000000111010011010111111100011001000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698106; }

 p { color: rgb(105,129,6); }

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

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

 a { background-color: rgb(105,129,6); }

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

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

 span { border-color: rgb(105,129,6); }

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