#696926

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

Shades of Olivetone #696926

Tints of Olivetone #696926

Color information

#696926 (or 0x696926) is unknown color: approx Olivetone. HEX triplet: 69, 69 and 26. RGB value is (105,105,38). Sum of RGB (Red+Green+Blue) = 105+105+38=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696926 is #9696D9. Grayscale: #616161. Windows color (decimal): -9869018 or 2517353. OLE color: 2517353.

HSL color Cylindrical-coordinate representation of color #696926: hue angle of 60º 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 #696926 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB10510538-
CMYK000.640.59
HSL60º46.85%28.04%-
HSV(B)60º63.81%41.18%-
XYZ11.2313.253.8-
YUV97.3694.5133.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=42.34%
G=42.34%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510538000.640.596046.8528.04
Hex69692600403B3c2f1c
Octal151151460010073745734
Binary1101001110100110011000100000011101111110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696926; }

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

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

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

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

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

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

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

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