#697805

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

Shades of Olive #697805

Tints of Olive #697805

Color information

#697805 (or 0x697805) is unknown color: approx Olive. HEX triplet: 69, 78 and 05. RGB value is (105,120,5). Sum of RGB (Red+Green+Blue) = 105+120+5=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #697805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697805 is #9687FA. Grayscale: #666666. Windows color (decimal): -9865211 or 358505. OLE color: 358505.

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

Color convert

RGB1051205-
CMYK0.1300.960.53
HSL67.83º92%24.51%-
HSV(B)67.83º95.83%47.06%-
XYZ12.5716.452.66-
YUV102.473.03129.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 5 (2.34% from 255) = 2.17%
R=45.65%
G=52.17%
B=2.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10512050.1300.960.5367.839224.51
Hex69785D06035445c19
Octal15117051501406510413431
Binary110100111110001011101011000001101011000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697805; }

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

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

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

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

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

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

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

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