#697F6C

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

Shades of Laurel #697F6C

Tints of Laurel #697F6C

Color information

#697F6C (or 0x697F6C) is unknown color: approx Laurel. HEX triplet: 69, 7F and 6C. RGB value is (105,127,108). Sum of RGB (Red+Green+Blue) = 105+127+108=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 127 - color contains mainly: green. Hex color #697F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F6C is #968093. Grayscale: #767676. Windows color (decimal): -9863316 or 7110505. OLE color: 7110505.

HSL color Cylindrical-coordinate representation of color #697F6C: hue angle of 128.18º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697F6C is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB105127108-
CMYK0.1700.150.50
HSL128.18º9.48%45.49%-
HSV(B)128.18º17.32%49.8%-
XYZ16.1219.2617.06-
YUV118.26122.21118.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=30.88%
G=37.35%
B=31.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051271080.1700.150.50128.189.4845.49
Hex697F6C110F328092d
Octal15117715421017622001155
Binary1101001111111111011001000101111110010100000001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,127,108); }

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

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

 a { background-color: rgb(105,127,108); }

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

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

 span { border-color: rgb(105,127,108); }

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