#697906

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

Shades of Olive #697906

Tints of Olive #697906

Color information

#697906 (or 0x697906) is unknown color: approx Olive. HEX triplet: 69, 79 and 06. RGB value is (105,121,6). Sum of RGB (Red+Green+Blue) = 105+121+6=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #697906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697906 is #9686F9. Grayscale: #676767. Windows color (decimal): -9864954 or 424297. OLE color: 424297.

HSL color Cylindrical-coordinate representation of color #697906: hue angle of 68.35º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #697906 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1051216-
CMYK0.1300.950.53
HSL68.35º90.55%24.9%-
HSV(B)68.35º95.04%47.45%-
XYZ12.716.692.72-
YUV103.1173.2129.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=45.26%
G=52.16%
B=2.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10512160.1300.950.5368.3590.5524.9
Hex69796D05F35445b19
Octal15117161501376510413331
Binary110100111110011101101010111111101011000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697906; }

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

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

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

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

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

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

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

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