#697806

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

Shades of Olive #697806

Tints of Olive #697806

Color information

#697806 (or 0x697806) is unknown color: approx Olive. HEX triplet: 69, 78 and 06. RGB value is (105,120,6). Sum of RGB (Red+Green+Blue) = 105+120+6=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #697806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697806 is #9687F9. Grayscale: #666666. Windows color (decimal): -9865210 or 424041. OLE color: 424041.

HSL color Cylindrical-coordinate representation of color #697806: hue angle of 67.89º degrees, saturation: 0.9, 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 #697806 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1051206-
CMYK0.1300.950.53
HSL67.89º90.48%24.71%-
HSV(B)67.89º95%47.06%-
XYZ12.5816.452.68-
YUV102.5273.53129.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=45.45%
G=51.95%
B=2.60%

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
Decimal10512060.1300.950.5367.8990.4824.71
Hex69786D05F35445a19
Octal15117061501376510413231
Binary110100111110001101101010111111101011000100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697806; }

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

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

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

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

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

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

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

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