#697C6A

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

Shades of Laurel #697C6A

Tints of Laurel #697C6A

Color information

#697C6A (or 0x697C6A) is unknown color: approx Laurel. HEX triplet: 69, 7C and 6A. RGB value is (105,124,106). Sum of RGB (Red+Green+Blue) = 105+124+106=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #697C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C6A is #968395. Grayscale: #747474. Windows color (decimal): -9864086 or 6978665. OLE color: 6978665.

HSL color Cylindrical-coordinate representation of color #697C6A: hue angle of 123.16º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697C6A is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB105124106-
CMYK0.1500.150.51
HSL123.16º8.3%44.9%-
HSV(B)123.16º15.32%48.63%-
XYZ15.6318.4616.37-
YUV116.27122.21119.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=31.34%
G=37.01%
B=31.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051241060.1500.150.51123.168.344.9
Hex697C6AF0F337b82d
Octal15117415217017631731055
Binary11010011111100110101011110111111001111110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697C6A; }

 p { color: rgb(105,124,106); }

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

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

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

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

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

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

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