#698105

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

Shades of Olive #698105

Tints of Olive #698105

Color information

#698105 (or 0x698105) is unknown color: approx Olive. HEX triplet: 69, 81 and 05. RGB value is (105,129,5). Sum of RGB (Red+Green+Blue) = 105+129+5=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #698105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698105 is #967EFA. Grayscale: #6C6C6C. Windows color (decimal): -9862907 or 360809. OLE color: 360809.

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

Color convert

RGB1051295-
CMYK0.1900.960.49
HSL71.61º92.54%26.27%-
HSV(B)71.61º96.12%50.59%-
XYZ13.718.713.03-
YUV107.6970.05126.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=43.93%
G=53.97%
B=2.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10512950.1900.960.4971.6192.5426.27
Hex698151306031485d1a
Octal15120152301406111013532
Binary11010011000000110110011011000001100011001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698105; }

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

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

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

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

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

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

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

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