#696826

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

Shades of Olivetone #696826

Tints of Olivetone #696826

Color information

#696826 (or 0x696826) is unknown color: approx Olivetone. HEX triplet: 69, 68 and 26. RGB value is (105,104,38). Sum of RGB (Red+Green+Blue) = 105+104+38=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #696826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696826 is #9697D9. Grayscale: #616161. Windows color (decimal): -9869274 or 2517097. OLE color: 2517097.

HSL color Cylindrical-coordinate representation of color #696826: hue angle of 59.1º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #696826 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB10510438-
CMYK00.010.640.59
HSL59.1º46.85%28.04%-
HSV(B)59.1º63.81%41.18%-
XYZ11.1313.043.77-
YUV96.7894.83133.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=42.51%
G=42.11%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051043800.010.640.5959.146.8528.04
Hex69682601403B3b2f1c
Octal151150460110073735734
Binary1101001110100010011001100000011101111101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696826; }

 p { color: rgb(105,104,38); }

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

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

 a { background-color: rgb(105,104,38); }

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

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

 span { border-color: rgb(105,104,38); }

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