#697605

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

Shades of Olive #697605

Tints of Olive #697605

Color information

#697605 (or 0x697605) is unknown color: approx Olive. HEX triplet: 69, 76 and 05. RGB value is (105,118,5). Sum of RGB (Red+Green+Blue) = 105+118+5=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #697605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697605 is #9689FA. Grayscale: #656565. Windows color (decimal): -9865723 or 357993. OLE color: 357993.

HSL color Cylindrical-coordinate representation of color #697605: hue angle of 66.9º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #697605 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB1051185-
CMYK0.1100.960.54
HSL66.9º91.87%24.12%-
HSV(B)66.9º95.76%46.27%-
XYZ12.3315.972.58-
YUV101.2373.69130.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 5 (2.34% from 255) = 2.19%
R=46.05%
G=51.75%
B=2.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10511850.1100.960.5466.991.8724.12
Hex69765B06036435c18
Octal15116651301406610313430
Binary110100111101101011011011000001101101000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697605; }

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

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

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

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

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

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

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

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